Center Grid Summary Block
Here’s a quick fix to horizontally center grid summary block
Grid summary blocks in Squarespace are laid out based on minimum width. Hence, it becomes difficult to center the content especially in larger screens. This snippet of code should solve itt.
Paste this code under
Designs>Custom CSS
.sqs-block-summary-v2 .summary-item-list { display:flex; flex-wrap:wrap; justify-content:center; }