Hello
I’m really struggling to optimise a large testimonial slider for mobile devices. The large slider looks great on bigger screens but it’s only allows for about 7 or 8 characters in width for text on an iPhone 5.
I don’t really want to reduce the font size by much, but I’d like to be able to give the text more space and widen that central column, reducing the padding either side.
Is that possible?
Thanks
Hey 110percent!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
#top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
padding: 0px 20px;
}}
Regards,
Yigit
Thanks