Menu collapsing

My menu is collapsing into a hamburger menu at unless I zoom out to 75% on my browser. How can I make sure the full menu is showing on the navbar at 100%?

Hi Glenn,

Thanks for reaching out.

The cause is the entire CSS which starts here

@media(max-width: 1263px) { 
  /* Enable Mobile Navbar on Desktop */

It’s currently collapsing for 1263px device which is a desktop. And since you said it was from another developer which maybe not intended, you can then remove that entire CSS to let it use the default breakpoints. But please keep a backup in case you need some part of it.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.