Created
February 9, 2017 19:19
-
-
Save zachharkey/8a5b8d4507ffa209c363aaf875b04bff to your computer and use it in GitHub Desktop.
Squarespace CSS Tweak - Add space between stacked images
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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