Hi Support,
The topic relates to: https://kriesi.at/support/topic/cart-image-alignment/
I thought it had been resolved, have found that sometimes the image is aligned to the left but only when you hover over the image it moves to centre.
.woocommerce-cart td.product-thumbnail a {
text-align: center;
}
Thanks in adance.
Hi Wils1234!
Thank you for using Enfold.
Please add this code below the previous one we suggested:
.woocommerce-cart td.product-thumbnail a {
width: 100%;
float: left;
}
Cheers!
Ismael
Hi Ismael,
Yes that´s worked. Thank you.