Solved

Dropdown menu is hidden behind carousel in Debut

Magpie2212
Excursionist
15 0 6

Hi there,

I've just added an image carousel to my website and the nested menu/dropdown is now hidden by the carousel. Does anyone have a solution to this?

Here's an image for reference:

Magpie2212_0-1603750702363.png

 

Thanks!

Accepted Solution (1)
Sim_
Shopify Partner
81 9 19

This is an accepted solution.

Hi,

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid and paste this at the bottom of the file:

 

 

   #SiteNavLabel-shop {
        z-index: 100 !important;
}

 

 

Hope this will help. 

Thanks

 

Sim
Shopify Developer & Solutions Expert

View solution in original post

Replies 4 (4)

Sim_
Shopify Partner
81 9 19

Hi, 

Please share store password, and I try to figure it out.

Thanks

Sim
Shopify Developer & Solutions Expert
Sim_
Shopify Partner
81 9 19

This is an accepted solution.

Hi,

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid and paste this at the bottom of the file:

 

 

   #SiteNavLabel-shop {
        z-index: 100 !important;
}

 

 

Hope this will help. 

Thanks

 

Sim
Shopify Developer & Solutions Expert
Magpie2212
Excursionist
15 0 6

Amazing, thanks @Sim_. This has worked a treat!

bilev
Visitor
1 0 0

Hi, I'm having the same problem. I have put the code but it looks the same... Can you help me please? Thank you!