I want my css to be applied for only between 544px – 768px width. How can I use bootstrap @media feature on this purpose? I have tried something like in the following example but it didn’t work:
@media (min-width:544px || max-width:768px) { }
I want my css to be applied for only between 544px – 768px width. How can I use bootstrap @media feature on this purpose? I have tried something like in the following example but it didn’t work:
@media (min-width:544px || max-width:768px) { }
3
Answers
This will work for your case –
Use like this:
The media query syntax will be: