This topic has 2 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Rose Tyler
When customers leave a review on a product, the last word in each line is ‘cut off’ and continues on the next line. The text should be wrapped properly so that if the word doesn’t fit on the line, the whole word should move onto the next line.
Thank you for your support
Hello,
Thank you for using our theme!
Please add this code in Custom CSS (Theme Options > Styling > Custom CSS):
.single-product .commentlist .comment-text p {
word-break: normal;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up