Hi there,
I’m having trouble with my site’s navigation in the tablet portrait orientation. This is the breakpoint where it should switch from the full nav to a burger menu, but instead it disappears. It does, however, show at 767px and below. I currently have the burger menu activated for both mobile and tablet.
Please let me know what I need to do to fix this, and if you need any other information!
Hey jaimemerz,
You have some html in the header from very old versions of Enfold. You probably have an outdated header.php file in your child theme. Please update it and see if the issue persists.
Best regards,
Victoria
Hi Victoria,
It doesn’t look like my Enfold Child theme had its own header.php file. I did try uploading a copy of the header.php from Enfold 4.7.4 on a staging copy of my site, but still am not seeing any changes. What should I try next?
Hi,
Please try this in Quick CSS:
@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;
}
}
If that doesn’t work then please post admin login details in private so that we can have a closer look.
Best regards,
Rikard