Archived topic
Menu (Mobile and Main) Behind Elelments, cannot click menue pages to navigate
3 replies · Started by Laurie on July 12, 2022
Hell,
I hope you are well, I have just been putting a quick site together and noticed that the menu is appearing "behind" other elements (layers). I had a play with it and seem to have got the main menu on "Desktop" to work (not sure what I did :-)), but the mobile menu, whilst I can open it I cannot click on the navigation links; if you scroll up and down you can see the menus is behind other layers.
Can you please help, thank you
Hi there,
you have some content in your page that has been 'pulled' up over the header.
Try adding this CSS to make sure it doesn't
.header-wrap {
z-index: 10000;
}
Hi David, Many thanks for your response, that fixed it!
Best wishes to all,
Thank you
Glad to hear that!