Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1417048

    Hey Enfold

    How do I set/control at what screen size the burger menu takes over the mainmenu.
    I’d like to have number I can adjust to me needs.

    Thanks
    Alan ;)

    #1417063

    Hey Alan,

    Please try this in Quick CSS:

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

    Adjust the 1024 value to your preferred value.

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.