Support » Themes and Templates » Text wrapping problem with Raindrops theme

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi MartyYoung

    word-break property defined css3.css line:121 below

    word-break:break-all;
    	word-wrap:break-word;

    You can change the style rules.

    Example Add below rules in style.css last line.

    .entry-title{
        word-break:normal;
        word-break: normal;
    }

    I am sorry to be poor at English.

    Thank you for using Raindrops

    I am having trouble with word wrapping also. My alignleft image does not allow words to wrap around it. Can you help?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Consider creating your own thread on the issue, JS Daly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text wrapping problem with Raindrops theme’ is closed to new replies.