Site logo

Archived topic

Reduce space between image title and description

1 reply · Started by wilber on November 14, 2018

Viewing posts 1–2 of 2

Hello I want to reduce the size of space from the image highlighted title and button read more
here is the image https://prnt.sc/lid7vv
I made all the adjustments, but without success.

Hi there,

try this CSS:

article.post .inside-article .post-image {
    margin-bottom: 1em;
}
article.post .inside-article .entry-summary {
    margin-top: 1em;
}
This archived topic is closed to new replies.