Hi Guys,
I have noticed the large testimonial slider does not resize for mobile – please check out http://www.sonriadentalclinic.co.uk homepage on the mobile and you have to keep scrolling right down as the letters get compressed. Is there a way of removing this element for mobile?
Hey aron8778!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
#top .avia-slider-testimonials.avia-testimonial-wrapper,.home .avia-builder-el-24, .home .avia-builder-el-23 {
display: none;
}}
Cheers!
Yigit