DAWN MOBILE THEME: CART OVERLAYING HEADER ISSUE

Hi all,

Mobile version cart is overlaying the header, so you can’t really read what’s in the cart:

How can I solve this?

Thanks :heart:

https://c168e5.myshopify.com/

pw: subnormal

Hi @danbot

Please add this code at the bottom of your base.css file in Online store > Themes > Edit code > Assets

.drawer.active { z-index: 999999999; }

Hi @danbot

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

@media (max-width: 767px){

.drawer {

z-index: 9999999 !important;

}

}

Hope that my solution works for you.

Best regards,

Henry | PageFly