• Resolved blomstrande

    (@blomstrande)


    How come the posts aren’t displayed chronologically in post grid? The first row of posts on my blog grid page are displayed with the newest one first on the left but the older posts further down the page are for some reason in the wrong order. Is there anything I can do to change this?

    Link to the site: https://blomstrande.com/blogg/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,
    The blog grid is set up with masonry, so that the rows are not defined more like pinterest. Whatever is higher is the latest. so if a post is higher even through it’s more right it would come first.

    You can set a min height for the posts so they are all the same height and are forced into rows. In your theme options > custom css add this:

    #kad-blog-grid .blog_item {
        min-height: 640px;
    }

    Kadence Themes

    Thread Starter blomstrande

    (@blomstrande)

    Okay, that makes sense! The fixed grid fit our site better though and the code you gave worked like a charm. Thank you so much!

    Case closed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘blog grid’ is closed to new replies.