KennyP
07-23-2016, 07:51 AM
EDIT: Sorry, I had several typos in the page -- it's fine now
Hi guys:
I put together a simple website, displaying alot of images with slider revolution. On the left upper corner of the page there's a title image and a simple menu underneath it. All the media queries I wrote respond perfectly except the media query section dealing with screens of 480px:
@media screen and (min-width:321px) and (max-width: 480px) { ..... }
That section doesn't respond at all - even if I set the size of the title image and the menu to "0" there's no response. At first, by the small size it does display, I thought maybe that section is responding to another media query in another CSS file, so, I took out all other CSS files of slider revolution to find that it made no difference at all (as far as not responding to my media query).
Thanks,
Kenny
Hi guys:
I put together a simple website, displaying alot of images with slider revolution. On the left upper corner of the page there's a title image and a simple menu underneath it. All the media queries I wrote respond perfectly except the media query section dealing with screens of 480px:
@media screen and (min-width:321px) and (max-width: 480px) { ..... }
That section doesn't respond at all - even if I set the size of the title image and the menu to "0" there's no response. At first, by the small size it does display, I thought maybe that section is responding to another media query in another CSS file, so, I took out all other CSS files of slider revolution to find that it made no difference at all (as far as not responding to my media query).
Thanks,
Kenny