• I’m using the blog layout for that page and I can’t get the rows to line up. Row 1 is fine, but after that, it’s messed up. I’m allowing 9 posts to show in my reading settings and it’s still doing this.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Please go to Appearance > customize > Blog > Blog Entries, and enable the equal hight by clicking on the checkbox, and check.

    Thread Starter VS

    (@vegasims)

    Hi,

    Thanks this has fixed the issue on some pages but not all. Have a look at this page it’s still not aligning. Any advice is welcome!

    Also, the spacing between the text and the block bottom borders are quite big, is there a way to make those smaller?

    Hi,

    Please add the below CSS code from the appearance > Customize > Custom CSS.

    #blog-entries {
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    Thread Starter VS

    (@vegasims)

    Thanks, that fixed the padding issue. However, my footer is now halfway up the page covering the blog posts.

    Any idea how to put the footer back where it belongs?

    Hi,

    I’m not getting the issue. is it fixed?
    If not, please share screenshot of the issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blog layout columns not aligning’ is closed to new replies.