Can you please see what is wrong with this testimonial slider? The arrows at the top right is on the text…
Hey limedrop,
Thank you for the inquiry.
Try to add this css code to adjust the position of the testimonial slider arrows:
#top .avia-slider-testimonials:not(.av-large-testimonial-slider).av-slideshow-ui .avia-slideshow-arrows a {
margin-top: -20px;
}
#top .avia-slider-testimonials.avia-testimonial-wrapper {
margin: 40px 0;
overflow: visible;
}
Best regards,
Ismael
Thank you! This worked :)