Hi there,
I’m trying to move the navigation arrows outside of the image sliders if this is possible? Using Enfold Easy Slider.
Thank you :)
Hi lfs360,
Yes, it’s possible, please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top .avia-slideshow {
overflow: visible;
}
#top .avia-slideshow .avia-slideshow-arrows .prev-slide {
transform: translateX(-100px);
}
#top .avia-slideshow .avia-slideshow-arrows .next-slide {
transform: translateX(100px);
}
Best regards,
Nikko