Mobile menu hidden behind other items

Hi,

I’m using Debut theme and for some reason my mobile drop-down menu is hiding behind other items on the page (beside of on the homepage). Can anyone help my solve this issue?

I tried the following code (theme.css), but it’s not working:

ul#MobileNav.mobile-nav {
z-index: 3;
}

Website: https://sugar-free-eu.myshopify.com/

temporary password: eveirt

1 Like

That code is causing your issue. You can try removing that.

Hi @Lucid_Polygon thanks for helping !

this indeed helps, but the problem is that when I remove this code the menu pushes the rest of the page down once I open it. I there a way to make the menu open on top of the page container instead of pushing it while still not being covered by it?