This is a site I have created importing demo content as described and replacing pages and post - events.economix.bg.
Here is the result - https://jigsaw.w3.org/css-validator/val ... =en#errors
Frustrating...
I need your help with word wrap and hyphenation.
I have tried to rewrite css file as follow:
- Code: Select all
.entry-content,
.entry-summary {
-webkit-hyphens: manual;
-moz-hyphens: manual;
-ms-hyphens: manual;
hyphens: manual;
word-wrap: normal;
But this does not help