/
How can I justify testimonials text

How can I justify testimonials text

In your theme's `style.css` CSS file, add…

To justify all testimonials try…

.testimonials-widget-testimonial {
    text-align: justify;
}

To justify only the testimonials list try…

.testimonials-widget-testimonial list {
    text-align: justify;
}

Related content

How do I customize my testimonial list and widget output
How do I customize my testimonial list and widget output
More like this
What CSS applies to testimonials container
What CSS applies to testimonials container
More like this
What CSS applies to single testimonial container
What CSS applies to single testimonial container
More like this
How is a testimonial list formatted with CSS
How is a testimonial list formatted with CSS
More like this
How do I customize my testimonial single output
How do I customize my testimonial single output
More like this
How is an active testimonial widget formatted with CSS
How is an active testimonial widget formatted with CSS
More like this