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

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

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

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

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.

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

Can't seem to get what to work?

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

Thanks found this link https://www.gaslampmedia.com/common-bootstrap-customizations/ got it to work.