I found the solution from @colin.irwin on another thread. Thanks Colin!
Insert this into your custom css and then tweak the @sectionpadding pixel value until you get the layout you prefer.
@sectionpadding: 10px;
.index-section .index-section-wrapper.page-content {
padding-top: @sectionpadding;
padding-bottom: @sectionpadding;
}
The spacing between the sections on my index page is too big. See https://anna-murphy-6ne3.squarespace.com/new-index I'm using the Bedford template.
Can anyone step me through how to reduce this?
Thanks,
Shoni