Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #433386

    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

    #434194

    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

    #434329

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Large testimonial slider on mobile’ is closed to new replies.