Hello,
(Sorry for my english)
When I resize my window, my main menu goes above my logo.
How do I make the mobile menu appear as soon as it hits the logo?
Thank you in advance for your response.
Good day.
Hey edwinbaes,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1090px) {
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