Text Display
-
Hello,
I am using the 2015 theme and am noticing that in some parts that some text does not form the whole word on the same line
For example:
Line 1: Anyth-
Line 2: ingI have checked this on multiple screen sizes and it is still the same no matter the size.
Is there a CSS code or something I can use to fix this?
Thank you.
The blog I need help with is: (visible only to logged in users)
-
-
Hi there!
Have you changed your theme after posting here?
The hyphenation is part of the styling of the theme so, not all themes will do it. In those that do, you can add some custom CSS to prevent it:
.entry-content, .entry-summary, .page-content, .comment-content { -moz-hyphens: none; hyphens: none; word-wrap: normal; }If you need more help, remember that with your plan, you can access Live Chat directly via https://wordpress.com/help/contact. That way, you can get help faster.
- The topic ‘Text Display’ is closed to new replies.