Viewing 1 replies (of 1 total)
  • Thread Starter Sara

    (@sarass)

    I found it:

    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;

    To make it look good also for the widget I recommend:

    .widget_woothemes_testimonials .quote blockquote {
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    margin: 0 0 0;
    padding-left: 40px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘On a separate testimonial page: how to limit right margin of the text?’ is closed to new replies.