0
Answered

mobile horizontal scoll

George Leon 4 years ago updated by Josh 4 years ago 3

URL: https://www.buonapainting.com/reviews/

Problem: On mobile view, there is a horizontal scroll on the page. 

How can I prevent this?

Under review

Try adding this to the custom CSS for the review template...

.wprevpro_t6_outer_div {
margin: 15px 0px !important;
}

It worked, thansk!