Refresh theme - Glitch collection page

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?

link

Thanks!

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

thank you, I tweaked the code slightly and it worked :slightly_smiling_face:

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