Impact theme - Navigation hidden on product page

Hi, hope somebody can help with an issue i have with my website product page (on desktop)

When clicking or hovering over the navigation menu, the dropdown appears to hide behind the product page, i’ve attached a screenshot for reference, refer to the partially appearing menu dropdown.

How can I make the navigation dropdown appear ahead of the page layout.

Thank you

Hi @flowerfixuk

Please add this code to your theme.liquid file, after in Online Store > Themes > Edit code


Hi Dan, thanks so much for this reply.

I tried this, but the code doesn’t seem to work?

Thank you

Please update code to this

body .shopify-section-group-header-group { z-index: 10 !important; }

Thank you so much for this! Amazing work

1 Like

Very welcome