Hello Support,
I would like to centre the cart images on the cart page. Link below.
Thanks in advance.
Hi Wils1234!
Please add following code to Quick CSS
.woocommerce-cart td.product-thumbnail a {
text-align: center;
}
Regards,
Yigit
Hi Yigit,
Thanks again, this works.