Words not breaking onto new lines on different screen sizes
Hi there,
I just noticed on different screen sizes, instead of new words being placed on a new line for my headline widget the word breaks halfway (resulting in broken words appearing)
See screenshot here
https://drive.google.com/file/d/0B_DXS_LoaMcbZHF1eGJ2M1FkYW8/view?usp=sharing
Is this an issue with the CSS or is there some code I an use to fix this, ideally as the screen responds to different browser sizes (or mobile) I would like words to be put on a new line rather than broken if that makes sense.
Thanks
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
7Hi Rhys
Very sorry about that. This is a small bug in the current version. We’ve fixed it already in our development version. We’ll be releasing the fix shortly.
Thanks for letting me know Greg. I look forward to the next version with the fix.
Keep up the good work! :)
Hi Rhys
If you’d like to hotfix, please, try the following at Appearance > Custom CSS”
/* Widgets Bundle Hotfix: Remove after next update */ .so-widget-sow-headline h1, .so-widget-sow-headline h3 { word-break: normal; }Apologies for the hassle.
No worries, I appreciate the hotfix.
Just to let you know I tried adding this to the site and the problem still persists. But its not urgent and I’mm happy to wait for the next release.
Thanks
Sorry about that. Try instead:
/* Widgets Bundle Hotfix: Remove after next update */ .so-widget-sow-headline h1, .so-widget-sow-headline h3 { word-break: normal !important; }Awesome, that works. Thanks!
Super :) Glad to hear that did the trick.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.