How To Stop Word Breaking Altogether?

GK User
Thu Apr 13, 2017 4:12 pm
I know there is an option for this in the customize section, but the words break with or without a hyphen and I would like to stop word breaking altogether so the content is viewed as normal. Is there a simple solution?
User avatar
Fresh Boarder

Joshua M
Thu Apr 13, 2017 9:13 pm
Try to add the following custom css code:
Code: Select all
.entry-content, .entry-summary {
 word-wrap: normal;
 -webkit-hyphens: none;
 -moz-hyphens: none;
 hyphens: none;
}
User avatar
Moderator

GK User
Fri Apr 14, 2017 12:17 am
Thank you very much!
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.