Home Forums Basel support forum layout on product Reply To: layout on product

#15487

Artem Temos
Keymaster

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

.single-product-content .woocommerce-product-gallery__image {
	text-align:center;
}