Hi,
On my site (https://www.tandarichgroup.com/monthly-marketing/) I have testimonials but on mobile there seems to be a lot of extra padding. How can I lower that padding?
Thanks
Hey MikeTandySwag,
Add this to quick css:
@media only screen and (max-width: 767px){
.responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
padding:0px 0px!important;
}}
Best regards,
Jordan Shannon
Perfect! Thank you!