Home › Forums › Basel support forum › Justify product descriptions on list layout › Reply To: Justify product descriptions on list layout
November 18, 2017 at 12:41 pm
#24605
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
.product-list-info .woocommerce-product-details__short-description {
text-align:justify;
}
Regards