Created
July 13, 2015 11:23
-
-
Save palimadra/6e9b988de3bb0ee2d625 to your computer and use it in GitHub Desktop.
Code snippet for squarespace
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
/* to adjust space betweent the featured image and snippet in blog post paste the code and experiment with the px setting */ | |
/* close up space between blog entry image and excerpt text */ | |
#page article[class^="promoted-block-"] .special-content { | |
margin-bottom: 25px; /* template default = 45px */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment