This topic has 4 replies, 2 voices, and was last updated 8 years ago ago by Olga Barlow
Hi 🙂
Quick question – how can I make a review to display without breaking a word into two lines?
Here is a screenshot:
http://prnt.sc/d8rtz7
One word is selected and I would like to have it in a new line (as it’s usually) 🙂
Best regards,
Kuba
Hello,
Add the following code in custom CSS (Theme Options > Styling > Custom CSS)
.commentlist .comment-text p {
word-break: normal;
}
Regards
Thanks a lot! Couldn’t get where to apply this 🙂
Hello,
You are welcome.
Go to Theme Options > Styling > Custom CSS > Global Custom CSS field and just add that code. Save.
Regards
You must be logged in to reply to this topic.Log in/Sign up