This topic has 2 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
The text on my reviews is chopped off, how to fix and justify correctly the reviews on my single product page. Words are cut in the middle and make nonsense, very hard to read definitely no aesthetic.
Hello,
Please add this code in 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