change bootstrap menu breakpoint
问题 I'm using bootstrap 3.2 and the default breakpoints. I would like the navbar to collapse into mobile mode at md (< 992px) instead of sm (< 767px) without changing the default breakpoints. How do I do that best? 回答1: You have 3 options: Edit the files manually - a horribly laborious task and not recommended. Visit http://getbootstrap.com/customize/, specify your own breakpoints there and download the customised version. Use a CSS preprocessor and customise it at your end. Bootstrap provide