Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #856384

    Guten Tag,

    in der Menuleiste haben wir 7 Namen von Unterseiten. Diese werden auf einem iPad im Querformat in 2 Zeilen angezeigt. Die Zweite Zeile rutscht auf das Headerbild und wird unlesbar. im Hochformat wird automatisch das Menu-ICON angezeigt. Wie kann ich das Menu-Icon für ein Tablet im Querformat erzwingen?

    Schöne Grüße nach Österreich

    #856604

    Hey Andreas,

    Könnten Sie uns bitte einen Link zu Ihrer Website geben, wir brauchen mehr Kontext, um Ihnen helfen zu können.

    Best regards,
    Victoria

    #856668
    This reply has been marked as private.
    #856867

    Hi andreasconstantin,

    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 (min-width: 991px) and (max-width: 1023px) {
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    
    }
    @media only screen and (min-width: 1024px) and (max-width: 1100px) {
      .av-main-nav > li > a {
        padding: 0 6px;
      }
    }
    
    @media only screen and (min-width: 1101px) and (max-width: 1150px) {
      .av-main-nav > li > a {
        padding: 0 8px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #856871

    Hey Victoria

    noch immer der gleiche Fehler. Der Code hat an der Darstellung nichts verändert.

    #856875

    Hallo Vivtoria,

    #857264

    Hi,

    Thank you for the info. We modified the code in the Quick CSS field. Please remove browser cache or hard refresh before checking the page.

    @media only screen and (max-width: 1366px) and (min-width: 768px) {
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
        display: none;
      }
    
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
          display: block;
      }
    }

    Best regards,
    Ismael

    #857470

    Danke Ismael,
    jetzt funktioniert es!

    #857671

    Hi andreasconstantin,

    Froh, dass wir helfen könnten :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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