Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #842253

    How do I make the mobile menu start sooner so there is no overlap with the navigation and the logo?

    #842434

    Hey mcraig77,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 990px) and (max-width: 1200px) {
      .menu-item {
        display:none;
      }
      .av-burger-menu-main.menu-item-avia-special.av-small-burger-icon {
        display: block;
      }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #842691

    That works, thanks!

    #842695

    Hi,

    I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile menu start sooner’ is closed to new replies.