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

Annoying Bootstrap Toggle Navbar Problem

Hi there,

I am currently working on the responsive side of the my Bootstrap site and I have noticed a really annoying bug (in my code) that only seems to be happening to me, I have included a screen grab of the problem.

I have been scratching my head over this for so long. It does this just as the toggle menu starts.

Any advice on how I can overcome this issue would be greatly appreciated!

Stu :)

1 Answer

Ethan Lowry
PLUS
Ethan Lowry
Courses Plus Student 7,323 Points

Hi, typically when this happens it means you need to increase the width setting at which the navbar collapses into its 'mobile mode' with the button to access the menu items.

Check out the 'Overflowing Content' section here for how to go about changing this. http://getbootstrap.com/components/#navbar I'm guessing you probably want option C. there, if you need all those menu items you have.

Hey Ethan Lowry

Thanks for that, I'll have a read through!

Stu :)