This topic has 3 replies, 2 voices, and was last updated 5 years ago ago by Rose Tyler
What code would I use and where would I add it to prevent words from inappropriately breaking in product review comments?
Resolved! I poked around w3schools.com a bit more and then applied “word-break: normal;” to the CSS after identifying the appropriate area using the inspect feature in Chrome.
/*This fixes words in product reviews from inappropriately breaking*/
.commentlist .description p {
margin-bottom: .75em;
word-break: normal;
}
Hello,
I am glad that you sorted out.
This CSS code should be added in Theme Options > Custom CSS or in style.css file of child theme.
Regards
You must be logged in to reply to this topic.Log in/Sign up