Archived topic
Vertical align product single image
1 reply · Started by Raul on May 20, 2022
Viewing posts 1–2 of 2
Hello,
Can you help me to vertical align the product image on woocommerce single product page?
Thanks,
Stefan Paul
Hi there,
the ideal solution is to edit the original image and save it as a Square image like some of your other images are.
That way all images are the same aspect ratio.
Otherwise you can try adding this CSS:
.woocommerce div.product div.images img {
aspect-ratio: 1 / 1;
object-fit: contain;
}
But you will need to carefully check all your other products are displayed correctly
This archived topic is closed to new replies.