I have a problem with menu over the logo when I reduce the screen. Check screenshot
Hey mcatcat,
To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Best regards,
John Torvik
Hi,
Sorry for the late reply!
I added following code to Style.css file of your child theme and now it does switch mobile menu on screens smaller than 1236px
@media only screen and (max-width: 1236px) {
.av-main-nav li {
display: none;
}
.av-main-nav li.av-burger-menu-main {
display: block;
}
}
Please review your website
Best regards,
Yigit