Site logo

Archived topic

Aligning feature image and excerpt text on Archive pages

3 replies · Started by Tess on November 11, 2022

Viewing posts 1–4 of 4

On my Blog and Category pages, the archive posts feature image and excerpt text are misaligned, with the image sitting just below the start line of the excerpt text. I have feature images set to medium and I'm using a modified Peak theme from the Site Library.

Hi there,

try adding this CSS to your site:

@media(min-width: 769px) {
    .post-image-aligned-left .inside-article .entry-summary {
        margin-top: 1.5em;
    }
}

Great, thanks David that has fixed it.

Glad to hear that

This archived topic is closed to new replies.