Hi – having an issue with the large testimonial slider on mobile.
It displays with one word per line – which means it’s pretty much unreadable and you have to scroll for 10 minutes to move past it.
If someone could take a look that’d be great :)
http://glowdoula.com.au/elective-caesarean-recovery-brisbane/
Testimonial is towards the bottom. Thanks :)
Hey aaine!
Try adding this to your custom CSS.
@media only screen and (max-width: 479px) {
#top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial { padding: 0px 10px !important; }
}
Best regards,
Elliott
Fantastic – problem solved. Thanks so much.