Header drop-down hiding behind image banner

Hello,

My header drawer and the cart and anything from the header is hiding behind the image banner when clicked on. Please help me fix it.

hI @Linaomer

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.banner a.a_img_banner_link {

z-index: unset;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Hey @Linaomer ,

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.

Thank you it worked but now that I added that the shop now button on the image banner is not working it’s not clickable anymore I tried removing the code you gave me and it worked so I believe the code that was added is messing up with “shop now” button not he banner

Oh, I didn’t know it’s clickable, just change the value from 0 to 2, then it’ll be fine