0
Fixed
Alignment
On this new site I am working on the review text alignment is center instead of left.
https://www.rosevillepaintingco.com/
Customer support service by UserEcho
It's picking up the alignment of the container. Try using this in the custom CSS for the review template...
.wpproslider_t6_DIV_1a {
text-align: left;
}
Thank you!