Archived topic
Mobile add to cart button
3 replies · Started by tolis on April 1, 2022
Viewing posts 1–4 of 4
hello, i have from site library the merch template for ecommerce and the add to cart button shows when you hover on image in desktop but in mobile its like usual and it left align, i want to center in mobile the add to cart button.
Thanks in regards. i have shared the link
Hi there,
add this CSS:
@media(max-width: 768px) {
.woocommerce ul.products li.product.woocommerce-text-align-left .button {
margin-left: auto !important;
}
}
thanks a lot it worked. ;)
Glad to hear that!
This archived topic is closed to new replies.