No replies
webman81
webman81's picture
Offline
Regular
Last seen: 7 years 44 weeks ago
Timezone: GMT+2
Joined: 2012-03-26
Posts: 16
Points: 28

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.