• Hello,

    I’m having some trouble with the way the posts are showing up. They are fine on the main page and specific posts pages, but on category pages they are showing up really random, there’s some white space here and there. It also seems like there are 9 posts listed per page. My questions are:
    1. How can I remove this white space so the posts line up in the columns?
    2. Can I do anything to have an even number of posts listed per page?

    Page for reference:
    https://beautifywithblue.com/category/design/

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,
    try this
    1.

    #content .row {
        display: flex;
        flex-wrap: wrap;
    }

    in your custom CSS box under Customize->Additional CSS,
    2. Have you changed your post per page under Customize->Reading?

    • This reply was modified 4 years, 11 months ago by Fotis.
    Thread Starter meganlym

    (@meganlym)

    The code worked, thanks!

    The posts per page was set to 10 when it was showing 9. I changes it to 8, but now it is only showing 7!! Any ideas?

    Hi,
    Currently I see 8 posts, can you increase the number a bit more?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gaps between posts in 2-column layout’ is closed to new replies.