Hi there,
My coworker is experiencing menu overlapping on her computer.
Please see screen grab here
Where can I edit the font size?
Hey Lara,
I would not suggest making the font smaller, you can reduce the paddings though:
#top .av-main-nav > li > a {
padding: 0 9px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
This doesn’t do anything to the website.
Hi,
Have you tried adding the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan Shannon
Hi Jordan,
Yes, I’ve tried this
Hi,
The menu starts overlapping the logo at 1200 pixels since you have a lot of menu items. Do you want to activate the mobile menu at that pixel value maybe? If so then you can use this in Quick CSS:
@media only screen and (max-width: 1200px) {
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
Hi team,
I’m trying to figure out how to update wordpress to the latest version 5.4 without losing anything or stuffing up the layout?
Thanks Lara