Site logo

[Resolved] Blog archive page read more button alignment

Home Forums Support [Resolved] Blog archive page read more button alignment

Home Forums Support Blog archive page read more button alignment

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2447311
    Bill

    Hi, the last post on the blog archive page read more button does not align with the others.

    #2447327
    Leo
    Staff
    Customer Support

    Hi there,

    Can you disable Autopimize and any other caching plugins so I can have a cleaner look at the code?

    Thanks 🙂

    #2447337
    Bill

    Hi Leo. I disabled Perfmatters and Autoptimize.

    #2447408
    Bill

    This is the CSS I am using:

    <style>
    .blog .entry-summary, .archive .entry-summary {
    flex: 1;
    }
    /* Blog align read more buttons */
    .generate-columns .inside-article, .blog .entry-summary, .archive .entry-summary {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
    .single-post .site-content {
    margin-top: 40px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 50px !important;
    }
    .post-image-above-header .inside-article .post-image {
    margin-bottom: 1em;
    }
    </style>

    #2447850
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    
    .one-container.blog .post:last-child {
        padding-bottom: 50px !important;
    }
    #2448207
    Bill

    Thanks David, that worked.

    #2448911
    David
    Staff
    Customer Support

    Glad to hear that!

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