Title: Help with sizing columns
Last modified: August 21, 2018

---

# Help with sizing columns

 *  Resolved [sarahred777](https://wordpress.org/support/users/sarahred777/)
 * (@sarahred777)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/help-with-sizing-columns/)
 * sarahred777 (@sarahred777)
 * 7 hours, 34 minutes ago
    I’m using the Mega Blog template and for some reason
   the featured posts columns on the home page are different heights and I need 
   to fix it.
 * It looks like the preview of the article is showing four lines of text in the
   first column and 3 lines of text in the 2nd and 3rd column and I can’t for the
   life of me find the right code!
 * Is someone able to help and provide the CSS code to fix this?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhelp-with-sizing-columns%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [themepalace](https://wordpress.org/support/users/themepalace/)
 * (@themepalace)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/help-with-sizing-columns/#post-10612565)
 * Hello [@sarahred777](https://wordpress.org/support/users/sarahred777/),
 * You can make it of the same height by providing the same length of excerpt for
   the post.
 * Or just go to **Dashboard->Customizer->Additional CSS** and drop the CSS below:
 *     ```
       #featured-posts article .entry-container {
          min-height: 313px;
       }
       ```
   
 * Alter the value of min-height as per your need.
 * Regards,
    Theme Palace
 *  Thread Starter [sarahred777](https://wordpress.org/support/users/sarahred777/)
 * (@sarahred777)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/help-with-sizing-columns/#post-10613150)
 * That worked a treat 🙂
 * Thank you
    Sarah

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

The topic ‘Help with sizing columns’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/mega-blog/1.3.3/screenshot.png)
 * Mega Blog
 * [Support Threads](https://wordpress.org/support/theme/mega-blog/)
 * [Active Topics](https://wordpress.org/support/theme/mega-blog/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/mega-blog/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/mega-blog/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [sarahred777](https://wordpress.org/support/users/sarahred777/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/help-with-sizing-columns/#post-10613150)
 * Status: resolved