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.

Words Breaking

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

Hi! I am a novice and built my website on WordPress with page builder using tutorials. I have noticed that the text is breaking mid-word onto another line as if it were hyphenating the word. It appears normal in the edit mode, but on the live site the words are breaking apart. I would like the entire word to go onto the next line instead of breaking apart. Any advice?

www.myfirstbookclub.org

Thank you in advance for your help!

Karen

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 7 years, 1 month ago

    Hi Karen

    Thanks for posting.

    This is happening because you’re using the pre tag for some text blocks. This is often used for code blocks and items that have long strings which need breaking so they don’t run off the screen. You can try adding the following to Customize > Additional CSS:

    pre {
    	white-space: normal;
    	white-space: normal;
    	word-wrap: normal;
    }

    The theme handles this styling, it isn’t originating from Page Builder.

  2. KAC 7 years, 1 month ago

    Thank you very much Andrew. I appreciate your help.

  3. Andrew Misplon Staff 7 years, 1 month ago

    Super, glad that helped :) All the best.

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