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

WordPress

Davis Rousseau
Davis Rousseau
6,670 Points

Bootstrap hamburger menu

In bootstrap can I have the hamburger menu show at all time? Here the website In http://www.ralphetienne.com

3 Answers

Andrew Shook
Andrew Shook
31,709 Points

So you want the mobil style menu to show at all time?

Davis Rousseau
Davis Rousseau
6,670 Points

Yes that would be great. Done it before with foundation but can't seem to get it to work with bootstrap.

Andrew Shook
Andrew Shook
31,709 Points

Ok so what you need to do is go to http://getbootstrap.com/customize/#grid-system and and change the @grid-float-breakpoint variable to some large number like 20000px. This will ensure that the nav bar will only expand if the screen size is larger than 20,000 pixels, which is highly unlikely a screen will ever be that big. Then scroll to the bottom and click the "compile and download" button. Once you've downloaded the new bootstrap file, use to to copy over the bootstrap.css file you are currently using.

Davis Rousseau
Davis Rousseau
6,670 Points

I can't seem to get it to work. Can you send me a screen shot?

Andrew Shook
Andrew Shook
31,709 Points

Can't seem to get what to work?

Davis Rousseau
Davis Rousseau
6,670 Points

Changed the @grid-float-breakpoint bootstrap css but nothing happened.