Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #420319

    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?

    #420424

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.