How to change word-wrap on P ?
-
Whatever I do in customizer css edit I see no change in how text gets “broken”. In particular I do not want words to be broken. I am perhaps good with CSS, the code I am trying to make work is this:
p { -ms-word-break: normal !important; word-break: normal !important; -webkit-hyphens: auto !important; -moz-hyphens: auto !important; -ms-hyphens: auto !important; hyphens: auto !important; white-space: normal !important; }
overflow-wrap ? style.css? functions.php? Please advise …
- This topic was modified 7 years, 5 months ago by . Reason: spelling, etc
- This topic was modified 7 years, 5 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘How to change word-wrap on P ?’ is closed to new replies.