Title: Display thumbnails 2&#215;2
Last modified: October 22, 2018

---

# Display thumbnails 2×2

 *  [gijsheerkens](https://wordpress.org/support/users/gijsheerkens/)
 * (@gijsheerkens)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/display-thumbnails-2x2/)
 * Hi Scott, great plugin! I would like to display four thumbnails in 2 rows of 
   2. It displays the thumbnails in 4 rows of 1, although there seems to be enough
   space for 2 on a row. Do you have a solution?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdisplay-thumbnails-2x2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Scott (@scottsweb)](https://wordpress.org/support/users/scottsweb/)
 * (@scottsweb)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/display-thumbnails-2x2/#post-10808248)
 * Hi
 * You will need to add some custom CSS. Something like:
 *     ```
       .null-instagram-feed li {
           float: left;
       }
       ```
   
 * Will probably make a start.
 * It may be easily accomplished with CSS grid too:
 *     ```
       .null-instagram-feed {
         display: grid;
         grid-gap: 10px;
         grid-template-columns: repeat(2, 50%);
       }
       ```
   
 * Both are untested but should get you started.

Viewing 1 replies (of 1 total)

The topic ‘Display thumbnails 2×2’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-instagram-widget_d7eadd.svg)
 * [WP Instagram Widget](https://wordpress.org/plugins/wp-instagram-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-instagram-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-instagram-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-instagram-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-instagram-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-instagram-widget/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Scott (@scottsweb)](https://wordpress.org/support/users/scottsweb/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/display-thumbnails-2x2/#post-10808248)
 * Status: not resolved