Please help me on changing when my nav-bar be collapsed or if there is any method to make it responsive like getting in small size!
that\'s my code:
If your using Less go to the variables. Less file and change the following variable from:
//** Point at which the navbar becomes uncollapsed.
@grid-float-breakpoint: @screen-sm-min;
to:
@grid-float-breakpoint: @screen-md;
That would make the collapsing nav work on portrait tablet size down.