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

    Hallo, bei Menüelemente für Mobilgeräte gibt es die Auswahl: Aktivieren für Smartphones und Tablets (Browserbreite unter 990px).

    Ich hätten den Wert gerne auf 1100px geändert. Alle Funktionen sollten bleiben.

    View post on imgur.com

    #1235722

    Hey Reinhard,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 1100px) {
      nav.main_menu, #menu-item-search {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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