Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #470569

    Can you please provide me with some quick css to hide the navigation arrows on the testimonial slider (large) on my iPhone in landscape mode. They overlap the testimonials right now. Thanks!

    #471260

    Hey djshortkut!

    Please try the following, you might want to adjust the value 767:

    @media only screen and (max-width: 767px) {
    #about-us .avia-slideshow-arrows {
      display: none !important;
    }
    }

    Cheers!
    Rikard

    #471271

    Awesome! You can close this thread.

    #471558

    Hi!

    glad Rikard could help you. Let us know if you have any more questions related to the theme. We are happy to assist.

    Regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide Navigation arrows on Testimonial Slider (Large)’ is closed to new replies.