Tagged: 

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

    Hi Team Kriesi,
    mobile Menu lässt sich einstellen bis Browserbreite unter 990px. Gibt es eine Möglichkeit das mobile Menu bereits ab unter 1440px anzuzeigen?
    Danke.

    #1435617

    Hey xxtita,

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

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

    #1435687

    Perfect, thank you,
    works like a charme.

    #1435723

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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