- Priority: 0
- Status: Waiting on customer
- Theme: Alysum
-
Assigned To:
Fred
- Private: No
- Open Date: 10.05.26, 09:46
- Opened by: Alberto trevisiol
Ticket #26505 - add to cart button displayed on the bottom
Is it possible to make the add to cart button appear in the bottom instead of the center of the immage?
On mobile, when a user clicks on the image to see the product, he unintentionally adds the product itself to the cart, and thatì’s not good.
Screenshot https://prnt.sc/oCWVsByZkf2U
Comments
Hi, Alberto trevisiol.
Try following CSS
@media (width < 800px) { .product-miniature .pm-actions.show-on-hover { position: static; display: block; opacity: 1; top: 0; left: 0; width: 100%; transform: translate(0); } }