How to force hamburger menu in Bootstrap 3.3.7 even for Desktop?
问题 My code looks the same as this page: https://getbootstrap.com/docs/3.3/examples/navbar/ When I open the page in mobile, it looks like this: But when I open it on Desktop, it looks like this: How can I force the page to look the same on Desktop as it does on Mobile? i.e. I want a hamburger menu on the desktop version of the site. Things I have tried I set a max-width=480px on the outer div on the page, but that didn't help. I have also posted a related question on the softwarerecs SE (https:/