Dawn theme: shopify header dropdown navigation hidden behind page

Dawn theme: shopify header dropdown navigation hidden behind page

tkmlf
New Member
4 0 0

For some reason - potential edits to code - the dropdown navigation on the header is now not showing on the homepage, but will show in products page but it is hidden behind the page banner. How can I rectify this. Screenshot and URL provided: 

 

https://managingyourinformation.com/

 

screenshot .png

Replies 3 (3)

codewithpaul
Shopify Partner
123 13 22

hey mate, that is working fine for me 

codewithpaul_0-1683287434424.png

 

If I helped then please Like and Accept the Solution
Contact me at contact@codewithpaul.com
For Shopify Design Changes | Shopify App Development | Custom Modifications Into Shopify Theme

NomtechSolution
Astronaut
1245 113 153

It sounds like there may be a z-index issue with your header and page banner. You can try adjusting the z-index value for your header in your theme's CSS to bring it to the front and make it visible.

Here's an example of what the code may look like in your theme's CSS file:

.site-header {
  position: relative;
  z-index: 9999;
}
Derrick1
Visitor
3 0 0

Hi, I'm using the "Origin" theme. I've pasted the code in the base.css file at the bottom but it doesn't do anything. Can you help?