Title: blog grid
Last modified: August 31, 2016

---

# blog grid

 *  Resolved [blomstrande](https://wordpress.org/support/users/blomstrande/)
 * (@blomstrande)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/blog-grid-2/)
 * 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: [http://blomstrande.com/blogg/](http://blomstrande.com/blogg/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/blog-grid-2/#post-7243128)
 * 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](https://wordpress.org/support/users/blomstrande/)
 * (@blomstrande)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/blog-grid-2/#post-7243186)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/pinnacle/1.8.10/screenshot.png)
 * Pinnacle
 * [Support Threads](https://wordpress.org/support/theme/pinnacle/)
 * [Active Topics](https://wordpress.org/support/theme/pinnacle/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/pinnacle/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/pinnacle/reviews/)

## Tags

 * [post](https://wordpress.org/support/topic-tag/post/)
 * [post order](https://wordpress.org/support/topic-tag/post-order/)

 * 2 replies
 * 2 participants
 * Last reply from: [blomstrande](https://wordpress.org/support/users/blomstrande/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/blog-grid-2/#post-7243186)
 * Status: resolved