Skip to content

Instantly share code, notes, and snippets.

@zgordon
Created February 13, 2018 06:58
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 zgordon/d578e1d5219a181b9680943deb347816 to your computer and use it in GitHub Desktop.
Save zgordon/d578e1d5219a181b9680943deb347816 to your computer and use it in GitHub Desktop.
In this simple example we apply a 1rem margin to the bottom
/* Add bottom margin to cover images */
.wp-block-cover-image {
margin-bottom: 1rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment