• Resolved zinonas

    (@zinonas)


    Dear support team,

    I have a slider in wordpress which splits the words, like:
    Compassion is “sensitivity to the pain or suffering of another, couple
    d with a deep desire to alleviate that suffering
    “.

    Is there any css trick to fix this?

    Thank you in advance,
    Zinonas Antoniou

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter zinonas

    (@zinonas)

    I found the solution using the following CSS code.

    .box-caption--excerpt p{
    	 line-break: normal;
    }

    In the template, line-break was set to ‘anywhere’.

    Hi zinonas,

    Thanks for sharing your solution!

    The theme itself doesn’t include “line-break: anywhere”, but I do see it showing up in the source on your site along with a lot of other custom CSS…very glad you were able to track it down and get it resolved.

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wordsare splitted in a inappropriate way in the slider’ is closed to new replies.