Center Last Images (Grid Gallery Block)
Description
Center the last images within the grid gallery block. This plugin uses css editor and works with Squarespace 7.1.
How To Install
From your Squarespace account, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.
// Center Last Images - Grid Gallery Block // .sqs-gallery-block-grid .sqs-gallery-design-grid { flex-wrap: wrap !important; display: flex !important; justify-content: center !important; }
Customize
You do not need to change any of the values or properties.