Issue with the text alignment

The text in my testimonial box is on the left side on my elfsight website

But when i embed the code on my website and open my website, the text is being shown in the middle

What should i do?

1 Like

Happy to see you on our forum! Welcome, @Rai_Azan :wave:

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

.es-review-content-text {
  text-align: left;
}

Thankyou so much Max. It’s working now

1 Like

No sweat :wink: