Site logo

Archived topic

How to reduce spaces between text and image on blog page?

3 replies · Started by Roger on July 31, 2022

Viewing posts 1–4 of 4

How to reduce spaces between text (title, category) and image on blog page?

Hi Roger,

You may add this CSS through Additional CSS:

.post-image-above-header .inside-article div.post-image {
    margin-bottom: 3px;
}

span.entry-meta.cat-links {
    margin-bottom: 3px;
}

You may replace 3px with your preferred value.

Thank you!

You’re welcome Roger!

This archived topic is closed to new replies.