Center Grid Summary Block

 
 
 
 


Here’s a quick fix to horizontally center grid summary block

2020-06-17 05.29.31.gif

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;
}
 

Want to add stylish and unexpected features in your Squarespace site?

Easily Create this stylish vertical tab feature.

vertical-tabs.gif
 
Rachell de Luna

I am the creative entrepreneur behind The Artist Scientist. I have a knack for handmade yet minimalist designs and work with business owners in crafting their visual identities

http://www.theartistscientist.com
Previous
Previous

Custom Social Icon

Next
Next

Newsletter Block: Hide the Last Name Field