Hi,
how can I change the ‘breaking point’ from the normal menu into mobile menu?
The menu looks o.k. on desktop, but starts going into the logo at about tablet size somewhere. I would like to set the mobile menu earlier. How can I do it?
Cheers,
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;
}
}
Change the 1024 value to your preferred pixel value.
Best regards,
Rikard
Thanks a lot!
You can close the ticket.
Kind regards
Hi,
Great, thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard