hi!
In product slider we have the navigation arrows partially covering the image of the first and last product. Is it possible to move them outside the products or possibly underneath?
Thanks!
Hey,
Please edit your Product Slider element, go to Advanced > Developer Settings > Custom CSS Class (https://i.imgur.com/GJbtAl1.png) and give it a custom class (“custom-product-slider” in the example below). Then add the following code to the Quick CSS field in Enfold theme options > General Styling tab
.custom-product-slider.avia-content-slider {
overflow: visible;
}
#top .custom-product-slider .avia-slideshow-arrows {
margin-left: -60px;
margin-right: -60px;
}
#top .custom-product-slider .avia-slideshow-arrows a.next-slide {
right: -60px;
}
Best regards,
Yigit