Refresh theme - Glitch collection page

Refresh theme - Glitch collection page

INFRA
Shopify Partner
252 2 90

Hi there,

 

On mobile, when I click on a product image, the add to cart button shows up over the card. Is this common, and is there a way to fix this?

 

Screenshot 2025-05-27 at 14.13.09.png

 

link 

 

Thanks!

Replies 3 (3)

BiDeal-Discount
Shopify Partner
782 101 174

Hi @INFRA 

let add this custom css code:

@media screen and (max-width: 749px) {
  #shopify-section-template--18349838893244__product-grid .grid__item:hover .quick-add {
      display: none;
  }
}

BiDealDiscount_0-1748350372631.png

 

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp
INFRA
Shopify Partner
252 2 90

thank you, I tweaked the code slightly and it worked 🙂

BiDeal-Discount
Shopify Partner
782 101 174

Thank you for your response. If it's helpful, let accept it as the solution. Thanks again

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp