Home Forums Basel support forum Justify product descriptions on list layout

Justify product descriptions on list layout

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24602

    Giulio
    Participant

    Hi there,

    I’d like to justify the product descriptions on LIST layout. How can I do?

    Many thanks!

    #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

    #24610

    Giulio
    Participant

    It works great. Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Justify product descriptions on list layout’ is closed to new replies.