Sun, 2014-09-21 13:37
I am trying to make this layout responsive: http://online-marketing-bedrijf.be/wf-joomla/
It looks fine on laptop.
When I use my tablet, it also looks fine. The media queries do the job.
When I use my smartphone, it also looks fine. Again, the media queries do their job.
BUT
I don't understand why the design does not adapt when I minimize the width of the browser on my laptop.
I have seen sites where the design adapts when you minimize the width of the browser. You can see the design changing.
Why does it not work with my site?
I don't understand because the media queries have rules like @media only screen and (max-width : 320px)
But on my laptop, when the screen is less than 320px, the design does not change.