CMS Development

IAM
Contributor | Partner
Contributor | Partner

Navigation drop down menu is hidden

SOLVE

I updated the header of a homepage with a video and text overlaying it. However the drop down menu becomes hidden behind the header text. I'm guessing it has to do with layering maybe in the styleseet. Doesn anyone have a clue how this could happen or know a good solution?  Thanks in advance!

 

-Jenna

0 Upvotes
1 Accepted solution
TRooInbound
Solution
Key Advisor

Navigation drop down menu is hidden

SOLVE

Hi @IAM,

 

I've got URL from your previous  question,

may be this URL 
http://www.indres.com/-temporary-slug-e8695c22-9a78-40ac-a6ca-581bf9f38268?hs_preview=dFDWczkq-53115...

 

found issue in dropdown,

i've investigation on this and found issue with "z-index" proprty

so please add below code in your CSS

 

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {z-index:1001;}

Hope this work!

Thanks

 

View solution in original post

4 Replies 4
TRooInbound
Solution
Key Advisor

Navigation drop down menu is hidden

SOLVE

Hi @IAM,

 

I've got URL from your previous  question,

may be this URL 
http://www.indres.com/-temporary-slug-e8695c22-9a78-40ac-a6ca-581bf9f38268?hs_preview=dFDWczkq-53115...

 

found issue in dropdown,

i've investigation on this and found issue with "z-index" proprty

so please add below code in your CSS

 

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {z-index:1001;}

Hope this work!

Thanks

 

IAM
Contributor | Partner
Contributor | Partner

Navigation drop down menu is hidden

SOLVE

Thank you very much. That worked!

0 Upvotes
TRooInbound
Key Advisor

Navigation drop down menu is hidden

SOLVE

@IAM Cool, cheers 🙂 
For more help please visit at www.trooinbound.com or email at hello@trooinbound.com

TRooInbound Team!

0 Upvotes
TRooInbound
Key Advisor

Navigation drop down menu is hidden

SOLVE

Hi @IAM,

 

can you please provide URL Link of the page so we can understand and give solution according to problem

 

Thanks!

0 Upvotes