Home Forums Basel support forum Justify text on single product pages

Justify text on single product pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11729

    Giulio
    Participant

    Hi,

    some months ago I used this code to justify the text inside the single product pages:

    .single-product-content div[itemprop=description] p {
    	text-align:justify!important;
    }
    .single-product-content .entry-content p {
    	text-align:justify!important;
    }

    But now it not works anymore. Why?

    #11734

    Artem Temos
    Keymaster

    Hi,

    Try to replace with this one

    .single-product-content .woocommerce-product-details__short-description p {
    	text-align:justify!important;
    }

    Regards

    #11746

    Giulio
    Participant

    It works, thank you!

    #11753

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Justify text on single product pages’ is closed to new replies.