Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
I am having an issue with the sub headline text on the headline widget which truncates the text randomly.
Is there a way to have it have it not cut words when the page is resized?
Thanks!
Hi Matthia
Apologies for the hassle. We’ll have this fixed in the next version of the Widgets Bundle. For now, you can try the following at Appearance > Custom CSS:
Hi Andrew,
It actually did not work :-(
But i found something else that solves the problem:
.so-widget-sow-headline-sow-headline-b38ba76e82e9 #sow-headline-container.sow-headline h3
{
word-break: normal;
}
I hope it does not break something else …
Super, glad to hear you were able to resolve. normal is the default value for word break so no other issues will be caused.
Apologies for the hassle.