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.
is there a way to change the breakpoint where Bootstrap menu becomes responsive and
Share
Yes, you can do it by redefining
@navbarCollapseWidthvariable inless/variables.lessfile. And recompiling css after that.Compiling instructions can be found in Compiling Bootstrap with Less section of official documentation.