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=480pxon the outerdivon the page, but that didn't help.I have also posted a related question on the softwarerecs SE (https://softwarerecs.stackexchange.com/questions/51989/a-css-framework-which-is-essentially-a-mobile-only-unresponsive-version-of-boo), which BTW I think is silly (libraries are intrinsic to programming and library questions should be allowed on SO!).

