Tagged: 

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

    Guten Tag

    Welchen Code kann ich im Quick CSS einfügen, damit das Hauptmenue bei einer Fensterbreite ab 1400px (für iPads und Mobiles) auf ein Burgermenue rechts umstellt. Die Enstellung «Flyout Breite Burger Menue » funktioniert nicht.

    Freundliche Grüsse
    Claudia

    #1319581

    Hey Claudia,

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

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

    #1319608

    Thanks Rikard, works perfectly!

    #1319726

    Hi,

    Great, I’m glad that you got it working. 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.