Site logo

[Resolved] Aligning feature image and excerpt text on Archive pages

Home Forums Support [Resolved] Aligning feature image and excerpt text on Archive pages

Home Forums Support Aligning feature image and excerpt text on Archive pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2412011
    Tess

    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.

    #2412369
    David
    Staff
    Customer Support

    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;
        }
    }
    
    #2413145
    Tess

    Great, thanks David that has fixed it.

    #2413489
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.