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!
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
Amazing, thank so much!!!
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?
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
That fixed it. Thank you again!
Hi,
I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon