Created
August 2, 2017 08:57
-
-
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.
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
.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