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

    We need the menu to go to a burger menu sooner than 990px – something like 1200px
    How is this acheived?

    #1419287

    Hey whdsolutions,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1200px) {
      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

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