(Squarespace) How to increase space between Event Pagination – Footer

To increase space under Event Pagination (between Pagination – Footer).

You can use this code to Custom CSS box.

.item-pagination[data-collection-type^="events"] {
    padding-bottom: 100px !important;
}

1 Like