This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

SiteOrigine Headline Widget > Sub Headline text

10 years ago · Last reply by Andrew Misplon 10 years ago

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!

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 10 years, 3 months ago

    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:

    h1, 
    h2, 
    h3 {
    word-wrap: normal !important;
    }
  2. Matthia 10 years, 3 months ago

    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 …

  3. Andrew Misplon Staff 10 years, 3 months ago

    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.

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.

Have a different question or issue?

Start New Thread