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-breakpoint
value of876
.Click the
Compile and Download
button at the bottom of the page.Extract the files
bootstrap.css
andbootstrap.min.css
from the resulting archive.Use them instead of the standard files
bootstrap.css
andbootstrap.min.css
on your site.
Post a Comment for "Change Bootstrap Navbar Collapse Breakpoint"