Skip to content

Instantly share code, notes, and snippets.

@RiaanKnoetze
Created August 2, 2017 08:57
Show Gist options
  • Save RiaanKnoetze/5e36275a797b8d8ec8e5814ca90afa93 to your computer and use it in GitHub Desktop.
Save RiaanKnoetze/5e36275a797b8d8ec8e5814ca90afa93 to your computer and use it in GitHub Desktop.
Remove the padding and margin of the page content on the homepage when using Storefront.
.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail {
padding-top: 0;
padding-bottom: 0;
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment