mrjack16
-
Posts
41 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by mrjack16
-
-
2 minutes ago, tuanphan said:
Add to Home > Design > Custom CSS
body#collection-5c4a1df9575d1fe4bb06e353 .sqs-gallery-block-grid .sqs-gallery-design-grid { display: flex; justify-content: center; }
This does some weird things with irregular image sizing/cropping and isn't allowing multiple rows of photos.
-
15 hours ago, tuanphan said:
Can you share link to your site?
https://blenny-oarfish-24kk.squarespace.com/ourstaff
Password: blenny
I need the staff photos to be center justified within the block/page.
-
By default the images in an image gallery block are left aligned. Is it possible to center the images instead?
Center Image Gallery Contents
in Customize with code
Posted
I was able to fix this by including flex-wrap.
body#collection-5c4a1df9575d1fe4bb06e353 .sqs-gallery-block-grid .sqs-gallery-design-grid { display: flex; justify-content: center; flex-wrap: wrap; }