Experiencing issues with nav dropdown? Share your advice

Topic summary

A user reported dropdown navigation menu issues in their Shopify store, noting they hadn’t modified any styling. An image was shared showing the problem.

Solution Provided:

  • Add custom CSS code to theme.liquid file (before the </body> tag)
  • The fix involves setting z-index: 3!important on .header__submenu when details are open
  • This resolves the layering/display issue with the dropdown menu

Implementation Steps:

  1. Navigate to: Online Store → Edit Code → theme.liquid
  2. Insert the provided CSS style block
  3. Save changes

The responder confirmed the solution works with a follow-up screenshot and offered additional support via WhatsApp if needed. The issue appears resolved through this CSS z-index adjustment.

Summarized with AI on November 20. AI used: claude-sonnet-4-5-20250929.

Has anybody encountered drop down issues like this? I have not touched any of the styling. Any advice helps.

give us the store URL then we will able to help you.

You will also have to use a password “devaoe”, Thank You!

https://thomaskinkadeartwork.com/

@edodgen Hello,

Please add the below code above in theme.liquid

online store >> edit code >> theme.liquid

details[open]>.header__submenu{ z-index: 3!important; }

after added the given code dropdown looks like this.

If our solution is helpful for you then Please like the post and tap on accepted.

If you want to discuss any further information then please contact us on our whatsapp.

We will always here for your help.

Thankyou :slightly_smiling_face:

1 Like