OK i have managed to get around the issue… for some reason the search bar overwrote the shop menu. As soon as I hid the search bar on mobile, it came back. Although this does not fix the issue, I have gotten around it.
Any ideas why the search bar may overlap the first menu entry?
Hi Equistor,
Thanks for posting a link. There are 2 menus in your header on desktop, but only one is shown on mobile. The second one is overlapping the first.
Please go to Appearance > Customize > Additional CSS and paste in the following:
@media only screen and (max-width: 980px) {
#mega-menu-wrap-header-top-menu {
display: none;
}
}
Regards,
Tom