Title: gap between thumbnails on grid
Last modified: August 22, 2016

---

# gap between thumbnails on grid

 *  Resolved [DanStarr](https://wordpress.org/support/users/danstarr/)
 * (@danstarr)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/gap-between-thumbnails-on-grid/)
 * I’ve just started using the _Featured Image Thumbnail Grid _plugin. Great little
   plugin. Is there a shortcode field to reduce or remove the gaps between the thumbnails
   displayed in the grid?
 * [https://wordpress.org/plugins/thumbnail-grid/](https://wordpress.org/plugins/thumbnail-grid/)

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

 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/gap-between-thumbnails-on-grid/#post-5600599)
 * Hello,
 * No there isn’t but it’s fairly easy to modify the style sheet using custom css.
   This may be included with your theme or you may install a plugin like [simple-custom-css](https://wordpress.org/plugins/simple-custom-css/).
 * The margin is currently set to 10px on all sides, top, bottom, left, right. You
   can add this to your custom css to change it to 5px.
 * .griditemleft {
    margin: 5px; }
 * You can also change any margin like so:
    .griditemleft { margin: 0px 5px 0px 
   5px; }
 * Which is exactly the same as this:
    .griditemleft { margin-left: 5px; margin-
   top: 0px; margin-bottom: 0px; margin-right: 0px; }
 * Lastly,
 * You will need to add important to your custom style to ensure that you override
   the default style, like so:
 * .griditemleft
    { margin: 5px!important; }
 *  Thread Starter [DanStarr](https://wordpress.org/support/users/danstarr/)
 * (@danstarr)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/gap-between-thumbnails-on-grid/#post-5600621)
 * Great thank you. I’ll give it a go.

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

The topic ‘gap between thumbnails on grid’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/thumbnail-grid.svg)
 * [Featured Image Thumbnail Grid](https://wordpress.org/plugins/thumbnail-grid/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/thumbnail-grid/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/thumbnail-grid/)
 * [Active Topics](https://wordpress.org/support/plugin/thumbnail-grid/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/thumbnail-grid/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/thumbnail-grid/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [DanStarr](https://wordpress.org/support/users/danstarr/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/gap-between-thumbnails-on-grid/#post-5600621)
 * Status: resolved