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

navigation width

In the video, "Adjust the Profile Page and Header" we add a Width: 45% to the navigation in the responsive.css file. Can anyone tell me exactly that does? I have increased it to 100% and taken it out completely and have noticed no difference. Any insight would be appreciated. Thanks in advance

1 Answer

Hi Amy,

I'm not sure if you've made these width adjustments before getting to the part where you also set a width on the logo and float it left.

The end goal is to have enough room for both of them to fit on the same line, side by side.

By the end of the video if you gave your nav a 100% width then you should see it drop down lower than your logo because there's no longer enough room for them to fit side by side.