• Resolved DorothyFagan

    (@dorothyfagan)


    why is the plugin splitting words in odd places, without hyphens? There are many instances just on this one page of 4 testimonials. None of these are set to justified text.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @dorothyfagan,

    Thank you for reaching out to us!
    To fix this issue please copy the following code and add it in your WordPress dashboard > Appearance > Customize > Additional CSS:

    .testimonial-content p {
        word-break: keep-all;
    }

    Save and this should fix it!

    All the best,
    Mihaela

Viewing 1 replies (of 1 total)

The topic ‘splitting words’ is closed to new replies.