Hi,
is it possibile to make the Add to card button streched fullìwidth in each single product card on the shop page?
By css or some theme setting?
I already have this css for the add to cart button on the shop page https://formacultura.com/shop/
/*pulsanti add to cart*/
.wd-product.wd-hover-standard .wd-add-btn .add-to-cart-loop span {
font-size: 13px !important;
font-family: “Source Sans 3”, sans-serif;
font-weight: 400;
}
/*pulsanti add to cart*/
.wd-product .wd-add-btn .add-to-cart-loop span {
min-height: auto !important;
padding: 3px 10px !important;
line-height: 1.2 !important;
}
Thanks