Media queries don’t seem to work
-
Hi,
I want to use image float in one resolution but not others. If I add the below code it works, but on all resolutions.
{GREENSHIFT}
img {
float: right;
}
However, if I try to limit to specific resolutions as per the code below it doesn’t work at all. Is there something that I’m doing wrong?
{GREENSHIFT}
@media_only_screen and (min-width : 768) {
img {
float: right;
}
}
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Media queries don’t seem to work’ is closed to new replies.