Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Richard Boag
5,547 PointsMedia queries not working?
When I created my responsive.css file it somehow removed normalize.css from my workspaces tabs. I put normalize.css back in my css folder, but when I enter my media queries for responisive.css they're not getting applied to my page. Ex: I don't get two columns.
1 Answer

Steven Parker
221,294 PointsIf there's a syntax error in the media query, the whole thing will be ignored by the browser.
You could try sharing your code, or better yet, make a snapshot of your workspace and post the link to it here.
Dominic Davies
5,284 PointsDominic Davies
5,284 PointsHi Richard,
did you figure this one out?
I had the same thing... I left an extra curly brace at the end of my #secondary declaration in responsive.css if you've checked you code then you could also...
Hope you cracked it.