Align author name to the center (1st and 3rd testimonial styles)

Add this code to the Custom CSS field on the Style tab of your Testimonials Slider widget’s settings:

.es-review-author-name-container {
margin: 0 auto;
}