trevorellis
Hi
Open template folder /less/variable.less file Near line 289
Find
// Point at which the navbar stops collapsing
@grid-float-breakpoint: @screen-md-min;
Change it with
// Point at which the navbar stops collapsing
@grid-float-breakpoint: 1146px;
save file, Compile Less to css from template style options.
If you have any customization in css files except custom.css file
kindly take backup of them as compile less to css will override the css file with default files.