Reply To: Global above and below blank spacing within posts.

Home Forums Support Global above and below blank spacing within posts. Reply To: Global above and below blank spacing within posts.

Home Forums Support Global above and below blank spacing within posts. Reply To: Global above and below blank spacing within posts.

#195821
Tom
Lead Developer
Lead Developer

Hi there,

You can use this CSS:

.entry-content, 
.entry-summary, 
.page-content {
    margin-top: 2em;
}

#jp-relatedposts {
    margin-top: 1em;
}

.separate-containers .inside-article .page-header-image-single {
    margin-bottom: 2em;
}

Adding CSS: https://generatepress.com/knowledgebase/adding-css/

Just adjust those values to whatever you like 🙂