Hi. My dropdown menu is working fine on desktop but when the menu is on two rows and i open a submenu then the main menu items are showing on top of my dropdown menu. As you can tell in the picture there’s one menu item and one submenu item over each other and when trying to click on the submenu item it actually clicks on the main menu item. I want my dropdown block to cover everything below it without my main menu showing up on it. i’m using horizon theme. Website: https://seoul-sound.myshopify.com/
Hey,
I see the issue. In fact this issue is not on Mobile. It’s on Tablet view not in the Mobile view. Let me check that properly and provide you the solution.
Hey @Tilda_Falth
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above </ body> tag
<style>
li:has(a#HeaderMenu-om-seoul-sound) {
z-index: 0 !important;
}
</style>
RESULT:
If I managed to help you then a Like would be truly appreciated.
Best,
Moeed
Thank you so much!



