• Resolved mattschuberg

    (@mattschuberg)


    Hello,

    On my FAQ page, the text in my answers is getting split and moved to the next line in the middle of words. For example, instead of putting the word “visiting” onto the next line because it reaches the end of the page, it is splitting the word in half and putting “visi” on one line and then “ting” on the next. Is there a way to fix this?

    https://www.ads-software.com/plugins/ultimate-faqs/

Viewing 1 replies (of 1 total)
  • Hi Matt,

    Is it possible that your theme has the word-wrap set to break-word? If the CSS property is set as such, then it allows unbreakable words to be broken. To fix this, simply add the following custom CSS to overwrite the current CSS:

    .ewd-ufaq-post-margin {
    word-wrap: normal;
    }

    Let us know if it works out. If not, if you could share us a link to your FAQ page, it would be helpful.

    Thank you!

    Best regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Text in answers is splitting words to the next line’ is closed to new replies.