How to prevent hyphenation on mobile format
-
When viewing my website on mobile format the text breaks in the next line. is there code that i can put in to stop the text from breaking.
Thank you
The blog I need help with is: (visible only to logged in users)
-
Hi there, I see you have added the following to your custom CSS to prevent hyphenation on Maisha. If you have any further questions or problems, please let us know.
* { word-break: keep-all; }
- The topic ‘How to prevent hyphenation on mobile format’ is closed to new replies.