The testimonials section on homepage mobile version is not full width and seem to have some padding around the edges. How would I make wider?
Hey michelleornest,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
padding: 0;
}
}
Best regards,
Rikard
Hello and Thank you for the quick response, I have added the code but still have quite a bit of padding on the left and right on mobile. Attached is a screenshot.