Skip to content

Instantly share code, notes, and snippets.

@palimadra
Created July 13, 2015 11:23
Show Gist options
  • Save palimadra/6e9b988de3bb0ee2d625 to your computer and use it in GitHub Desktop.
Save palimadra/6e9b988de3bb0ee2d625 to your computer and use it in GitHub Desktop.
Code snippet for squarespace
/* 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