Woocommerce shop product description too short

Hi

In my woocommerce shop, it doesn’t show the full product name

Please let me know how I can increase the number of characters that can be down here.

Hello Glenn,

Thanks for writing in! This is because we have hidden any text overflow so that the product item grid will be uniform and aligned to each other. To display the full product titles, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.woocommerce li.product .entry-header h3 {
    white-space: normal;
}

The custom CSS code given above is needed because there isn’t any setting that you can modify the default display of the product titles in your shop page.

We would love to know if this has worked for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.