# How to align the reviewer name to left

**URL:** https://community.elfsight.com/t/how-to-align-the-reviewer-name-to-left/150804
**Category:** Customization
**Tags:** google-reviews
**Created:** [March 26, 2026, 5:58am UTC](https://community.elfsight.com/t/how-to-align-the-reviewer-name-to-left/150804 "2026-03-26T05:58:16Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![user34581](https://avatars.discourse-cdn.com/v4/letter/u/8e7dd6/32.png) [@user34581](https://community.elfsight.com/u/user34581)
#### Post date: [March 26, 2026, 5:58am UTC](https://community.elfsight.com/t/how-to-align-the-reviewer-name-to-left/150804/1 "2026-03-26T05:58:16Z")

</div>

How to align the reviewer name to the left?

---

<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: [March 26, 2026, 12:01pm UTC](https://community.elfsight.com/t/how-to-align-the-reviewer-name-to-left/150804/3 "2026-03-26T12:01:10Z")

</div>

Hey there, @user34581 👋

This code will do the trick:

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

```

  

Please add it to the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped 😉
