Title: Posts with same height
Last modified: August 30, 2016

---

# Posts with same height

 *  Resolved [Mujtim](https://wordpress.org/support/users/mujtim/)
 * (@mujtim)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/posts-with-same-height/)
 * Hello,
 * I have two columns of posts on homepage.
 * All post have own height.
 * How can I set same height for all posts?
 * Thank you

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

 *  [codeManiac](https://wordpress.org/support/users/codemaniac/)
 * (@codemaniac)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/posts-with-same-height/#post-6775077)
 * Hi Mujtim !
    Can you please provide the website url ? This will make things easier
   and faster 🙂
 * Cheers !
 *  Thread Starter [Mujtim](https://wordpress.org/support/users/mujtim/)
 * (@mujtim)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/posts-with-same-height/#post-6775096)
 * Sure 🙂
 * [http://www.truthblog.cz](http://www.truthblog.cz)
 *  [codeManiac](https://wordpress.org/support/users/codemaniac/)
 * (@codemaniac)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/posts-with-same-height/#post-6775157)
 * Ok in your style.css and exactly line 134 you will find the following
 *     ```
       .blog-block {
           display: inline-block;
           padding: 0.25rem;
           width: 100%;
       }
       ```
   
 * add height:400px; which means the previous code becomes :
 *     ```
       .blog-block {
           display: inline-block;
           padding: 0.25rem;
           width: 100%;
           height:400px;
       }
       ```
   
 * I chose the value 400 to suit all your posts, at 350 px some posts become a bit
   too close to the borders but at 400 it seemed good to me.ofc you can play around
   with that value 🙂
 *  Thread Starter [Mujtim](https://wordpress.org/support/users/mujtim/)
 * (@mujtim)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/posts-with-same-height/#post-6775172)
 * Thank you very much. It works :).
 * I have one more question about this theme. Harder :).
 * Posts in two columns are ordered from newest to oldest.
 * But order is vertically. Do you think that I can change to horizontally without
   big changes?
 * Example:
    Current order: 1 5 2 6 3 7 4 8
 * What I want:
    1 2 3 4 5 6 7 8
 *  [codeManiac](https://wordpress.org/support/users/codemaniac/)
 * (@codemaniac)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/posts-with-same-height/#post-6775178)
 * hmm… yes It’s possible but this can be done from the backend and modification
   will be in home.php file ( if we suppose these are normal posts not custom post
   types ). I won’t go deep into explaining this because it will only confuse you
   if you don’t know PHP. Unless you insist that’s another story 🙂
 *  Thread Starter [Mujtim](https://wordpress.org/support/users/mujtim/)
 * (@mujtim)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/posts-with-same-height/#post-6775182)
 * I have one more website where I modified all theme from the backend.
 * So maybe.. Can you tell me wich part is about order and I will try alone 🙂
 *  [codeManiac](https://wordpress.org/support/users/codemaniac/)
 * (@codemaniac)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/posts-with-same-height/#post-6775185)
 * I can’t simply guess which part, the only thing I know is it’s inside the loop
   🙂 maybe by pasting the code somewhere I ll be able to be more precise
 *  Thread Starter [Mujtim](https://wordpress.org/support/users/mujtim/)
 * (@mujtim)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/posts-with-same-height/#post-6775195)
 * Thank you 🙂
 * First think is resolved and second I will try.
 * Mark as resolved 😉
 *  [codeManiac](https://wordpress.org/support/users/codemaniac/)
 * (@codemaniac)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/posts-with-same-height/#post-6775201)
 * you are welcome 🙂

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

The topic ‘Posts with same height’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/social-magazine/1.9.1/screenshot.
   png)
 * Social Magazine
 * [Support Threads](https://wordpress.org/support/theme/social-magazine/)
 * [Active Topics](https://wordpress.org/support/theme/social-magazine/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/social-magazine/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/social-magazine/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [codeManiac](https://wordpress.org/support/users/codemaniac/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/posts-with-same-height/#post-6775201)
 * Status: resolved