Hi,
I’ve just released a new site for a client of mine however they have complained thast the main menu is wrapping when viewed on smaller laptop screens of say 16″ (1920×1080)
Is there a way in which to prevent this from happenning?
Cheers
John
Hey John,
You have the option to reduce the font-size at those resolutions or perhaps go to the hamburger menu sooner.
Best regards,
Jordan Shannon
Thanks for the reply.
How or where do I do this to test?
Cheers
John
Hi John,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1300px) {
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