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 trial

HTML How to Make a Website Responsive Web Design and Testing Adjust the Profile Page and Header

Why 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?

https://w.trhou.se/wthakp0pk8

Note: 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 :)

Thanks Alexander!

No problem!

1 Answer

Steven Parker
Steven Parker
229,787 Points

:point_right: On line 260 you're missing a colon between "min-width" and "660px".

This syntax error causes the entire media query to be ignored.

Thank you very much!!!!! This completely fixed the problem!