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

Noah Ruddick
Noah Ruddick
2,169 Points

Navigation bar not changing for about page.

After changing the navigation bar to float to the right, not have a background, etc., it works perfectly for my Portfolio and Contact page, but the change is not reflected in my About page. Also, after making the changes to the profile photo in the responsive.css, they are not working either.

rydavim
rydavim
18,813 Points

You'll need to post your code, or a workspace snapshot so we can help diagnose what might be happening.

Noah Ruddick
Noah Ruddick
2,169 Points

Okay, sorry I didn't originally include my code. Still new to this!

Here is my workspace snapshot: https://w.trhou.se/88b9dd42pd

1 Answer

Hey Noah, just looks like you forgot to link the responsive.css to your about.html page. When you add that in, everything works as expected.

Noah Ruddick
Noah Ruddick
2,169 Points

Oh my goodness, thank you so much!