[css-d] media query issue - max-width

2012-06-24 Thread Ursula Pieper
Greetings, I am in the process of retrofitting an old site to be responsive, and have thus added a css file with media queries. I have four different media queries in the file: @media screen and (max-width: 960px) {} @media screen and (max-width: 750px) {} @media screen and (max-width: 600px) {}

Re: [css-d] media query issue - max-width

2012-06-24 Thread Philippe Wittenbergh
Le 25 juin 2012 à 09:05, Ursula Pieper a écrit : ... On the page: http://ursuladevelop.operartists.com/contact The left sidebar: #main .region-sidebar-first is displayed even with a narrow screen, only the first case (max-width: 960px) is recognized and the page rendered

Re: [css-d] media query issue - max-width

2012-06-24 Thread Ursula Pieper
Philippe, Thanks a lot! Duh ... too lazy to indent and it bites me ... Works like a charm now. Ursula On Sun, Jun 24, 2012 at 5:27 PM, Philippe Wittenbergh e...@l-c-n.com wrote: Le 25 juin 2012 à 09:05, Ursula Pieper a écrit : ... On the page: http://ursuladevelop.operartists.com/contact