Title: gr
Last modified: March 23, 2019

---

# gr

 *  Resolved [savvaskef1978](https://wordpress.org/support/users/savvaskef1978/)
 * (@savvaskef1978)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/gr/)
 * as in the tutorial i added additionalCSS :
 * /* Grid style */
    .display-posts-listing.grid { display: grid; grid-gap: 16px;}
 * .display-posts-listing.grid .title {
    display: block; }
 * .display-posts-listing.grid img {
    display: block; max-width: 100%; height: auto;}
 * [@media](https://wordpress.org/support/users/media/) (min-width: 600px) {
    .display-
   posts-listing.grid { grid-template-columns: repeat( 2, 2 ); } }
 * and on a text widget
 * [display-posts include_excerpt=”true” excerpt_length=”20″ image_size=”medium”
   posts_per_page=”3″ wrapper=”div” wrapper_class=”display-posts-listing grid”]
 * …however
 * the editor spotted that grid-gap was an error-source and when i skipped it
    the
   posts appear one after the other resulting in rows rather than in grid. ( i am
   using the listee theme from cssigniter if that makes any difference)
 * can you spot the error?did i miss any procedure?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Bill Erickson](https://wordpress.org/support/users/billerickson/)
 * (@billerickson)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/gr/#post-11364702)
 * This was answered in the support request you re-posted here: [https://wordpress.org/support/topic/posts-appear-in-rows-rather-than-as-grid/](https://wordpress.org/support/topic/posts-appear-in-rows-rather-than-as-grid/)

Viewing 1 replies (of 1 total)

The topic ‘gr’ is closed to new replies.

 * ![](https://ps.w.org/display-posts-shortcode/assets/icon-256x256.jpg?rev=2940963)
 * [Display Posts - Easy lists, grids, navigation, and more](https://wordpress.org/plugins/display-posts-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/display-posts-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/display-posts-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/display-posts-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/display-posts-shortcode/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bill Erickson](https://wordpress.org/support/users/billerickson/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/gr/#post-11364702)
 * Status: resolved