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!
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
Awesome! You can close this thread.
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