0
Answered
Is there a way to make review pictures bigger in the slider?
Is there a way to make review pictures bigger in the slider?

Customer support service by UserEcho
You can add this CSS code the review template custom CSS setting...
img.wprevpro_t1_IMG_4 {
width: 100px;
height: 100px;
}
it works! thank you! i added to the bottom of my theme.css file