Site logo

Archived topic

Spacing Question: Single Posts

3 replies · Started by Jason on February 18, 2021

Viewing posts 1–4 of 4

Hi,

I'm looking to increase the space between my H1/Title and decrease the space between my "last updated" date and the featured excerpt/featured image.

Can anyone assist with this?

Hi Jason,

Try this CSS:

.single h1.entry-title {
    padding-bottom: 15px;
}
.post-image-below-header.post-image-aligned-center .inside-article .featured-image {
    margin-top: 1em;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Let me know if this helps :)

That worked out great, thank you.

No problem :)

This archived topic is closed to new replies.