Site logo

Archived topic

Spacing between feature image and excerpt text

5 replies · Started by sportsfan74 on January 31, 2019

Viewing posts 1–6 of 6

Hi Support

On my homepage wpzebra.com, need to adjust the space between the feature image and the excerpt text, is there a way please, to make lesser space between the two?

Any suggestions will be gladly appreciated.

regards.

sportsfan74

Hi there,

try this CSS:

.post .entry-summary {
    margin-top: 0.5em;
}

Hi David thanks alot, that solves it.

Could you also please provide the CSS code for the margin above the feature image. This way I will be able to adjust both margins in the future, if required.

regards.

Try this:

.post-image {
    margin-top: 1em;
}

that's perfect! thanks Leo

No problem :)

This archived topic is closed to new replies.