(Squarespace) Move Arrows outside Gallery Block Image

You can use this code to Website > Website Tools > Custom CSS.

.sqs-gallery-controls .previous {
    left: -50px !important;
}
.sqs-gallery-controls .next {
    right: -50px !important;
}

2 Likes