How to align the reviewer name to left

How to align the reviewer name to the left?

2 Likes

Hey there, @user34581 :waving_hand:

This code will do the trick:

.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 :wink:

2 Likes