Remove White Space Between Site Identity and Hero Image
-
Hello. I need major help with removing the white space between the site name and the hero image. Does anyone know how I can do this?
I’ve already combed through the forum and have reduced more space with the following code and pasted it into the “Customize > Additional CSS” section but it didn’t take away the remaining space. This is the additional coding that I pasted into this section:
@media screen and (min-width: 30em) {
.site-branding {
padding: 2em 0;
}
}
.site-content {
padding-top: 1em;
}.page-header {
padding-bottom: 0;
}@media screen and (min-width: 48em) {
.page.page-one-column .entry-header,
.twentyseventeen-front-page.page-one-column .entry-header,
.archive.page-one-column:not(.has-sidebar) .page-header {
margin-bottom: 0;
}
}I am not a developer and am somewhat a newbie. Can someone please help me and let me know what i can do to eliminate more of the white space between the site identity and the hero image?
The page I need help with: [log in to see the link]
- The topic ‘Remove White Space Between Site Identity and Hero Image’ is closed to new replies.