How to edit css to stop word-breaks
-
My text is breaking over lines, and I want to get rid of the word-breaks (word-wraps). I have tried all of the following in the css:
{ word-break: keep-all; }
{ word-break: keep-all: !important }
{ word-wrap: none; }
{ word-wrap: nowrap; }I am new to this. What am I doing wrong? Thank you!!!
The blog I need help with is: (visible only to logged in users)
-
Hi Bethany
You need to be on the WordPress.com Premium Plan for custom CSS to save. You can only preview custom CSS on the free plan.
Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.
The following custom CSS should work for you.
.entry-content { word-wrap: normal; } -
Hi,
Thank you for your reply. I tried this but it didn’t work. The word-breaks only seem to be happening when using IE. Any other ideas?
-
-
-
Wow, thanks for responding so quickly!
Sure, but you have to go through Internet Explorer.
http://bethanyeditorial.com/working-together/Thank you!!
-
Yes, I see what you mean now. I haven’t found a solution yet but but will do some more research and get back to you.
- The topic ‘How to edit css to stop word-breaks’ is closed to new replies.