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?
Thanks!
A mobile layout issue was reported where clicking on product images in a collection page caused the “add to cart” button to incorrectly overlay the product card.
Problem Details:
Solution Provided:
Resolution:
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?
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 ![]()
Thank you for your response. If it’s helpful, let accept it as the solution. Thanks again