Note: We do not provide support for custom code or scripts.
To move the arrows in your Gallery Slider, add the following CSS in the page editor under Branding > Edit Custom CSS.
.flickity-prev-next-button.next {
right: -60px !important;
}
.flickity-prev-next-button.previous {
left: -60px !important;
}
You can change the distance by changing the "-60px" value.