• Closed
  • Leah Stevens
    Spectator
    November 7, 2018 at 3:51 am #40783

    How can I center the content of a testimonial to fully span the width of the page? The text is centered, however shorter testimonials are justifying to the left of the page. Please look at davron.net for an example.

    Roman
    Spectator
    Posts: 3147
    November 7, 2018 at 10:25 am #40787

    Hello Leah,

    please use this code in your Additional CSS:

    .t4p-testimonials .review {
        width: 100%;
    }