Hi,
I need to display posts slider slideshow arrows outside the container.
How can I solve that easily?
I tried to move this element in /config-templatebuilder/avia-shortcodes/postslider.php but everything is inside the container.
Thanks.
M
#top .avia-slideshow-arrows a.prev-slide {
left: -120px;
}
#top .avia-slideshow-arrows a.next-slide {
right: -120px;
}
.avia-content-slider {
overflow: visible;
}
resolved.