Change Bootstrap Navbar Collapse Breakpoint
My bootstrap navbar currently collapses at 786px I want it to collapse at 876px. I've tried adding this to my css file but it doesn't seem to be working since nothing changes. @med
Solution 1:
In the Grid system set the field
@grid-float-breakpointvalue of876.Click the
Compile and Downloadbutton at the bottom of the page.Extract the files
bootstrap.cssandbootstrap.min.cssfrom the resulting archive.Use them instead of the standard files
bootstrap.cssandbootstrap.min.csson your site.
Post a Comment for "Change Bootstrap Navbar Collapse Breakpoint"