Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #974440

    Hi there,

    I am having trouble viewing the testimonial slider on mobile devices. It is cutting off the quotes that I have. Is there a way to fix this issue? Website is http://www.seawife.org, farther down the home page.

    Thank you so much!

    #974445

    Hey tivo_designs,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    .avia-testimonial_inner h1{
    font-size:25px!important;
    }}

    Best regards,
    Jordan Shannon

    #974455

    Amazing, thank so much!!!

    #974458

    Actually, there is still one quote that is cut off. Its the first one by the NY Times. Is there any way to increase decrease the padding a bit more?

    #974462

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial{
    padding:0 10px!important;
    }}

    Best regards,
    Jordan Shannon

    #974474

    That fixed it. Thank you again!

    #974481

    Hi,

    I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Testimonial Slider on Mobile’ is closed to new replies.