Title: EA Post Grid
Last modified: September 30, 2019

---

# EA Post Grid

 *  Resolved [andreacouvert](https://wordpress.org/support/users/andreacouvert/)
 * (@andreacouvert)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/ea-post-grid-3/)
 * On the EA Post Grid, as you see on the link, there some space left empty so actually
   in not a really grid…
 * What is the problem?
 * Thanks
    Andrea
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fea-post-grid-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Rafin](https://wordpress.org/support/users/rafinkhan/)
 * (@rafinkhan)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/ea-post-grid-3/#post-11984987)
 * [@andreacouvert](https://wordpress.org/support/users/andreacouvert/),
 * It’s actually showing in Masonry layout since some of your post titles are larger
   than others. Hence, it’s showing like this. You can try playing around with the
   Font size.
 * The good news is that We are working on to add control over the height of post
   items right now. It will be added soon.
 * Thank you.
 *  [docbt](https://wordpress.org/support/users/docbt/)
 * (@docbt)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/ea-post-grid-3/#post-12004227)
 * I added some min-height attributes for the heading and thumbnails.
    It´s also
   better to use “webkit-line-clamp” to get always the same height for the content.
 * All my boxes have now the same height on all devices.
 * Example:
 *     ```
       .eael-grid-post .eael-post-grid-column {
           display: flex;
           height: 100%;
       }
       .eael-entry-header {
         min-height: 3em;
         overflow: hidden;
         display: -webkit-box;
         -webkit-line-clamp: 3;
         -webkit-box-orient: vertical;
         text-overflow: ellipsis	
       }
       .eael-entry-media {
         height: 115px;
       }
       .eael-entry-thumbnail > img {
         min-height: 115px;
       }
       .eael-grid-post-excerpt > p {
         visibility: visible;
         overflow: hidden;
         display: -webkit-box;
         -webkit-line-clamp: 4;
         -webkit-box-orient: vertical;
         text-overflow: ellipsis;
       }
       ```
   
    -  This reply was modified 6 years, 8 months ago by [docbt](https://wordpress.org/support/users/docbt/).

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

The topic ‘EA Post Grid’ is closed to new replies.

 * ![](https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.
   gif?rev=3182943)
 * [Essential Addons for Elementor - Popular Elementor Templates & Widgets](https://wordpress.org/plugins/essential-addons-for-elementor-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/essential-addons-for-elementor-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/reviews/)

## Tags

 * [EA Post Grid](https://wordpress.org/support/topic-tag/ea-post-grid/)

 * 2 replies
 * 3 participants
 * Last reply from: [docbt](https://wordpress.org/support/users/docbt/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/ea-post-grid-3/#post-12004227)
 * Status: resolved