Stop Hyphenation in ICONIC ONE
-
Its annoying to read when the paragraphs keep breaking the word apart and hyphenating it. I tried fixing it by pasting this code into my child theme
.site-content article { word-wrap: normal; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; } .widget-area .widget { -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; word-wrap: normal; }Unfortunately. It does not work.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Stop Hyphenation in ICONIC ONE’ is closed to new replies.