Shopify themes, liquid, logos, and UX
Every time I scroll up, the menu bar shows up behind the content. This also happens in mobile. How do I fix it?
Here is the website: https://bagsinthecitymanila.com/
Solved! Go to the solution
This is an accepted solution.
Hi @tinee
Edit your theme,
change 'Sticky header' to 'Always'
Hi @tinee
You can follow the steps here:
Step 1: Shopify admin > Online store > Customize
Step 2: From the left menu > Theme settings > Open Custom CSS
Step 3: Copy thebelow code and paste it there
.header__submenu {
z-index: 99!important;
}
This is an accepted solution.
Hi @tinee
Edit your theme,
change 'Sticky header' to 'Always'
Hello @tinee,
Here are the steps to apply the necessary changes in your Shopify store:
ul#HeaderMenu-MenuList-2 {
z-index: 111 !important;
}
Let me know if you need further assistance!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025