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

    Hallo,

    ist es möglich die Mobile Navi früher anzeigen zulassen ?
    schon bei einer Breite von 1220px?

    Wie wäre der Code dazu im css ?

    Liebe Grüße

    #1352916

    Hey babettegcc,

    Thank you for the inquiry.

    You can use this css code to adjust the mobile menu breakpoint.

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

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

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