- This topic has 3 replies, 2 voices, and was last updated 2 days, 5 hours ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘product title length at shop’ is closed to new replies.
Home Page › Forums › Porto | Multi-Purpose & WooCommerce Theme › product title length at shop
Hello, how i change product title length at shop? At mobile device the product title doesn’t shown at full length.
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.
Thank you.
Hello, @Γιώργος Κουκούσης,
You’re very welcome! I’m glad I could assist you effectively. If you have any more questions or need further help in the future, don’t hesitate to reach out.
Have a great day!
Best Regards,
PThemes Team.