Helo guys, I want to modify the navbar in order to collapse on @screen-md :992px;. I have modified navbar.less, but still not working and I don\'t
@screen-md :992px;
navbar.less
In variables.less change
variables.less
@grid-float-breakpoint: @screen-sm-min
to
@grid-float-breakpoint: @screen-md-min;
or to whatever other width you would like.
It's easy and painless done this way.