Hi,
I’ve added another page to the menu and now I need to change the point where it breaks into the burger menu. Now the menu runs into the logo.
How can I change it?
Kind regards,
Veronika
Hey Loveronika,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1024px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
You can change the 1024 value to the pixel value of your choice.
Best regards,
Rikard