Hi, we are using the compact testimonial slider, however, the navigation arrows in the upper right corner are cutting off the words.
Is there a way to place the arrows on the outside of the box so that they can be changed but not interfere with the text box? Thanks!
Hey sharynt3,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .avia-slider-testimonials.avia-testimonial-wrapper {
overflow: visible;
}
#top .avia-slider-testimonials.avia-testimonial-wrapper .avia-slideshow-arrows {
transform: translateY(0px);
}
This will please the arrows at the bottom of the element.
Please see the screenshot in the Private Content area of the expected results.
Best regards,
Mike
Thanks so much Mike, it works great this way!
Hi sharynt3,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko