Skip to content

Instantly share code, notes, and snippets.

@zachharkey
Created February 9, 2017 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zachharkey/8a5b8d4507ffa209c363aaf875b04bff to your computer and use it in GitHub Desktop.
Save zachharkey/8a5b8d4507ffa209c363aaf875b04bff to your computer and use it in GitHub Desktop.
Squarespace CSS Tweak - Add space between stacked images
/* Add space between stacked images */
.sqs-gallery-block-stacked .image-wrapper {
margin: 20px;
}
.sqs-gallery-block-stacked .meta { display: block !important;
margin: 20px;
}
.sqs-gallery-block-stacked .image-wrapper{
margin:20px 0;
}
.image-caption {
margin-top: 1em;
}
.image-caption p {
font-size: 1em !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment