Your comments
Reviews are always welcome!
Try adding this CSS code to the custom CSS for the review template.
.wprevpro_t3_outer_div {
display: block;
margin: auto;
width: max-content;
}
Hey George,
Can you share a link to the page on your site?
thanks,
Josh
I changed it the other day. You may need to clear your browser cache.

Sorry, try this. I left out something...
@media screen and (min-width: 800px) {
.srs-testimonial-container {
margin: 40px 150px 40px !important;
}
}
It's the margins you are using on the review section. See screenshot...

You will need to set the margins at zero and then go to the review template custom CSS setting and enter this...
@media screen and (min-width: 800px) {
.srs-testimonial-container {
margin: 40px 200px 40px;
}
}Customer support service by UserEcho
Hey George,
Thanks for the feedback. This is certainly something I want to add in the future.