Title: Recent posts different sizes
Last modified: August 22, 2016

---

# Recent posts different sizes

 *  [biancavanwesterhuis](https://wordpress.org/support/users/biancavanwesterhuis/)
 * (@biancavanwesterhuis)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/recent-posts-different-sizes/)
 * Hi,
 * I have a question about the ‘recent post’ box. It has different sizes, and I 
   don’t exactly understand why. It seems due to one text being longer than the 
   other posts. But how can I influence this?
 * Thanks for your help?

Viewing 1 replies (of 1 total)

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/recent-posts-different-sizes/#post-5605422)
 * Hey there biancavanwesterhuis,
 * You could set minimum height for the recent posts p element to make them all 
   same size. Try adding the following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using the following plugin if your theme doesn’t have 
   custom CSS tab.
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .recent p {
       min-height: 110px;
       }
       ```
   
 * This should display all recent posts block same size.
 * Hope this helps 🙂
 * Best regards,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘Recent posts different sizes’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/recent-posts-different-sizes/#post-5605422)
 * Status: not resolved