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

    Hi,

    I’d like to set a max-width for the menu before it turns into the mobile burger menu. At present we have quite a few menu items and when the width is reduced in a responsive mode, the menu goes over the logo. I’d like to set it so it’s below 1130px.

    #995229

    Hey brandaspect,

    If you want to activate the mobile menu at an earlier point then please try this in Quick CSS:

    @media only screen and (max-width: 1210px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Rikard

    #995419

    Thank you for that, that’s exactly what I needed :)

    #995421

    Hi,

    Glad Rikard could help!

    You can find more information and customizations on Enfold documentation – https://kriesi.at/documentation/enfold/menu/

    If you have any other questions or issues, please let us know!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Setting the Max-width for the menu for desktops’ is closed to new replies.