Remove space between Header and Content
Coding language CSS
What It Does If you have extra spacing between your website header and (a) the blog post featured image or (b) the page title, this can make UX unattractive.
I received this code from Brainstorm support.
How To Implement Put this in Customise > CSS
Rating
3.0
Rated 3 out of 5
The Code
.ast-separate-container .ast-article-single {
padding-top: 0em;
}
Rate this code
