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

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

My nav doesn't seem to be what its supposed to be doing. Can anyone help me out?

When adjusting it to above 660px it comes out of alignment and sits hidden unless being hovered over.

Tom

Niclas Valentiner
Niclas Valentiner
8,947 Points

Share your code please. Can't see what is going on without it, unfortunately.

Hi sorry this is the best i can do. Not sure if this is sharing it correctly.

https://gist.github.com/anonymous/2fda1c431a7ad24f2c96

Niclas Valentiner
Niclas Valentiner
8,947 Points

When you add a comment, answer or similar here there's a line underneath the textarea with a link.

Reference this Markdown Cheatsheet for syntax examples for formatting your post.

Easier to share the code like that.

2 Answers

Niclas Valentiner
Niclas Valentiner
8,947 Points

Check your style references and the name of your css file. From what I can tell you're missing some including.

You listed your responsive css after your main css. Any conflicts between the two will result in responsive taking priority. That may be what you intended. I cannot tell. You linked style.css but did not incorporate it with your html. My guess is that is your largest problem.