Home Page › Forums › Porto – AI Powered WordPress Website & Shop Builder › product title length at shop › Reply To: product title length at shop
January 12, 2024 at 2:14 pm
#4184
Hello, @Γιώργος Κουκούσης,
To solve your issue, Please copy and paste the below given CSS code to Appearance >> Theme Options >> Skin >> Custom CSS and check your site after removing the browser cache.
ul.products li.product-col .woocommerce-loop-product__title {
white-space: normal !important;
}
ul.product_list_widget li .product-details a, .widget ul.product_list_widget li .product-details a{
white-space: normal !important;
}
Best Regards,
PThemes Team.