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

**URL:** https://community.elfsight.com/t/align-author-name-to-the-center-1st-and-3rd-testimonial-styles/82414
**Category:** Testimonials Slider
**Created:** [November 13, 2024, 5:35pm UTC](https://community.elfsight.com/t/align-author-name-to-the-center-1st-and-3rd-testimonial-styles/82414 "2024-11-13T17:35:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Max](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/max/32/710_2.png) [@Max](https://community.elfsight.com/u/Max)
#### Post date: [November 13, 2024, 5:35pm UTC](https://community.elfsight.com/t/align-author-name-to-the-center-1st-and-3rd-testimonial-styles/82414/1 "2024-11-13T17:35:01Z")

</div>

Add this code to the Custom CSS field on the Style tab of your [Testimonials Slider](https://elfsight.com/testimonials-slider-widget/) widget’s settings:

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

```
