Ever since the last major theme update, the hamburger menu on mobile / at the 767px breakpoint is shifted way too far left. From widths 520 to 767 pixels, the hamburger icon is viewable (mostly over the website’s logo) but at widths below 500 pixels, the icon is shifted so far left that it essentially disappears. I can’t figure out what I need to modify in the CSS / Quick CSS to bring it back to normal.
Hey ducani,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Attached in private content
Hi,
Please, may you provide to us your website link and the WP and FTP credentials?
Best regards,
John Torvik
Is there any way you can instruct me to make the necessary changes? I’m not able to provide that information.
Hi,
I think it would be better if the mobile menu was shown to the right on your site? If you want to try that out then please try this in Quick CSS:
@media only screen and (max-width: 767px) {
.av-main-nav-wrap {
float: right !important;
}
}
Best regards,
Rikard
The mobile menu used to be displayed to the right, I’m not sure what happened after the update that caused it to shift left. But that CSS did the trick, thank you. You can mark this discussion as solved.