Bootstrap Navigation Menu transform width
Using Sitefinity 9.1 with Feather and Bootstrap. The Navigation widget automatically changes to the hamburger menu at 768px and lower. Is there an easy way for me to change what width activates that menu change?
Hi Robert. To achive your goal, you need to write custom css. You can find custom css and working example here http://www.bootply.com/j7XJuaE5v6 You just need to change 991px to necessary width and put this custom css inside your css
Worked like a charm! Thanks Victor!