I need to make a section of a NavBar of Bootstrap 3.0 always collapsed.
Actual sections of the navbar:
Based on @cfx answer, overriding variable grid-float-breakpoint (which I prefer) using SASS:
$grid-float-breakpoint: 999999999px;