Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialnicchang
591 PointsWhy isn't my header floating to the right?
I'm at the second media query, and when I selected the nav and did everything for it, on the video, the header moved to the floated to the right, but mine didn't. Any ideas?
nicchang
591 PointsThanks Alexander!
Alexander Davison
65,469 PointsNo problem!
1 Answer
Steven Parker
231,198 Points
On line 260 you're missing a colon between "min-width
" and "660px
".
This syntax error causes the entire media query to be ignored.
nicchang
591 PointsThank you very much!!!!! This completely fixed the problem!
Alexander Davison
65,469 PointsAlexander Davison
65,469 PointsNote: You CANNOT send a link to your workspace, it will not work for other people (but will work for you). But you can snapshot your workspace or copy-paste your code into your code into your question (for this information please please please look at the Markdown Cheatsheet which is below the thing you type text into).
To take a snapshot click one of the icons of the top-right corner of your workspace (I forgot which one lol)
You must do these to make it able for us Treehouse students to help you :)