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
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