Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change the default responsive navbar breakpoint

is there a way to change the breakpoint where Bootstrap menu becomes responsive and collapse? 979px is far too big for me and I would like the transformation taking place only on smaller sizes.

like image 371
Dee Avatar asked Sep 18 '12 22:09

Dee


1 Answers

Yes, you can do it by redefining @navbarCollapseWidth variable in less/variables.less file. And recompiling css after that.

Compiling instructions can be found in Compiling Bootstrap with Less section of official documentation.

like image 133
Nick Kugaevsky Avatar answered Nov 16 '22 19:11

Nick Kugaevsky