New Shopify Certification now available: Liquid Storefronts for Theme Developers

DAWN MOBILE THEME: CART OVERLAYING HEADER ISSUE

Solved
danbot
Excursionist
59 0 6

Hi all,

 

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

IMG_AC9A33B8CB14-1.jpeg

 

How can I solve this?

 

Thanks ❤️

 

https://c168e5.myshopify.com/

pw: subnormal

Accepted Solutions (2)
Dan-From-Ryviu
Shopify Partner
5672 1043 1069

This is an accepted solution.

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; }

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

PageFly-Henry
Globetrotter
519 132 106

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)
Dan-From-Ryviu
Shopify Partner
5672 1043 1069

This is an accepted solution.

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; }

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

PageFly-Henry
Globetrotter
519 132 106

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.