Hi Support
When on a Mobile device how can we reduce the left & right side padding on Testimonial, style is ‘Slider Large’
Hi Dave,
Please add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
.responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
padding-left: 0;
padding-right: 0;
}
}
Best regards,
Nikko
Thanks for that Nikko… BUT now the slider arrows are behind the word… looks terrible.
Can we hide the next slide arrows on mobiles as well?
Cheers Dave
Hi Dave,
Please replace the code I gave with this one:
@media only screen and (max-width:767px) {
.responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
padding-left: 0;
padding-right: 0;
}
.responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-slideshow-controls {
display: none;
}
}
Best regards,
Nikko
Thanks heaps works well :)
Hi Dave,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko