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 Framework Basics Prototyping with Bootstrap Build a Fixed Navbar

the button in the small size view,shows the menu but overlaps with the fix navbar instead of showing down below the bar

why is this happening? I tried the exact code example, everything shows exactly the same, except for the menu overlapping when showing up the collapsed navbar

Maja B.
Maja B.
12,984 Points

Hi, does it have to do with the video Building a Fixed Navbar or with the code challenge Build a Fixed Navbar or something else? Let me know so that I can help you. Hopefully ...

Yes it had something todo with building a fixed nav-bar video, I just read the posts and I figured out how to do it, seems like the code shown in the video is missing some code towrap the nav-header...anyways, I got it working now! Thanks anyways! : )

2 Answers

Máté Végh
Máté Végh
25,607 Points

Hey Diego,

I have already written to the Treehouse Support about this issue a few days ago. As soon as they find out what's causing the issue, they will update the project files and let us know. It should be some browser compatibility issue.

However if you wrap the .navbar-toggle and .navbar-brand into a div with the class .navbar-header, it should work.

yes!! that's what I did actually. thank you very much for the support anyways