Hi, would it be possible to move the arrows, which are on the upper right side of the slides, to the bottom center?
Thanks a lot.
Hey neon2020,
Thank you for the inquiry.
You can add this css code to move the slide arrow at the bottom of the slider and align it to the center.
#top .avia-smallarrow-slider .avia-slideshow-arrows {
position: absolute;
width: 51px;
top: 100%;
left: 50%;
height: 24px;
transform: translateX(-50%);
right: auto;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings.
Best regards,
Ismael
Thank you very much. It works.