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

    Hallo Zusammen, wie kann ich das Mobile Menü noch eher einstellen, als 990px?
    Gibt es da eine Möglichkeit? Aber bitte ohne, dass es immer an ist, es soll schon switchen.

    Danke und Gruß KiM :)

    Hello everyone, how can I set the mobile menu before 990px?
    Is there a possibility? But please without that it is always on, it should switch but earlier than 990px.

    Thanks and greetings KiM :)

    #1333207

    Hey Blatze,

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

    @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 liking.

    Best regards,
    Rikard

    #1334692

    Thank you!! 🥰

    #1334744

    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.