Hope the function/feature will be available to change all layers alignment to center.
1 Like
Hi there, @user15974
Our devs will be happy to customize the widget for you. I’ve passed your request on to them and will update you tomorrow
Thank you for waiting!
This code should do the trick:
.es-review-content-text-container {
text-align: center;
}
.es-review-author-block-container,
.es-rating-container {
justify-content: center;
}
Just add it to the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped