Log in

View Full Version : No Response from 480px Media Query



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

andyg
08-22-2016, 12:59 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 Kenny,

Having kinda same issue, can you please share how you resolved it?

Thanks in advance.

Beverleyh
08-22-2016, 08:03 AM
andyg,

We need to see *your* code to be able to help with *your* problem. There could be any number of reasons why the CSS isn't working, aside from the media query.

Please start a new thread and refer back to this if you need to.