Tagged: arrows, gap, mobile, Testimonial Slider, text
H team,
I have the follwoing quick css code for removing the testimonial slider arrows on smartphones for a better reading experience:
@media only screen and (max-width: 480px) {
#top .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial-row {
width: 140%;
left: -60px;
}
Unfortunately, the gap between the testimonial name and the text is too big. How can I reduce it? (please see the screenshot)
Thanks and cheers,
Jan :)
Hey!
Please add following code to Quick CSS as well
.avia-testimonial-image {
display: none;
}
Best regards,
Yigit
Hey Yigit,
great, without the image it looks much butter.
Thank you for this rocket-fast support! :)
Cheers,
Jan