Hi,
with which CSS can I move the browser window width at which the menu becomes the mobile menu so that the menu and the logo do not overlap? (SVG Logo)
thank you and kind regards
Lukas
Hey LukasEEE,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1045px) {
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
Hey Rikard,
that works perfect – thanks!
Best regards,
Lukas