Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1496929

    Hi,

    How can I change the value when the burgermenu replaces the normal menu? My menu is to large to show on some screens, see the link in the private content field.

    Regards,
    Erwin

    #1496940

    Hey Erwin,

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

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

    #1496948

    Hi Rikard,

    Thank you that did it!

    Regards,
    Erwin

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