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

Martin Forbes
PLUS
Martin Forbes
Courses Plus Student 4,750 Points

FitVids issue

HI,

I'm having a MAJOR issue with fitvids and I could do with some advice please. My index.html page was working fin right up until I inserted the video player. From then onwards everything has been altered badly. The video player is where it should be, on the left and plays ok, but the navigation menu is in unordered lists at the top right above the intro text; "Opposites really do attract, especially in our kitchen!".

Where have I gone wrong on this - I followed what Allison said but still this gets me. :(

Thanks

Would need to see your code to see what is going on. If you could put it into a codepen and then post the link to the new pen would be happy to investigate.

3 Answers

It needs the css copying to the pen also.

You seem to have alot of #nav in your css but your referenced in the html is class="nav" ti select this in the css you would need to use .nav in stead of #nav. or add the id to the html

Martin Forbes
PLUS
Martin Forbes
Courses Plus Student 4,750 Points

I changed the #nav to .nav in the css file but still the navigation menu hasb't changed, can you tell me where I'm still going wrong?

Thanks