Site is https://staging1.cctheremnant.org
On PC or Mac, when the window is made smaller, the menu items overlap the logo before the burger menu is triggered.
Hope can I adjust the viewport to trigger the burger menu before the overlap occurs?
Thanks,
Terry
Hi Terry,
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;
}
}
Best regards,
Rikard
Hello Rikard,
That did not make any difference. I tried various max-widths with no effect.
The menu items still greatly overlap the logo as I narrow the viewport size well before the burger menu appears.
Any thoughts?
Hi,
You have active caching on the site, did you clear that before checking? Here’s a guide on when not to use a caching plugin.
Best regards,
Rikard
Thank you Rikard –
That helped.
Terry
