Title: Thumbnail spacing issue
Last modified: August 21, 2016

---

# Thumbnail spacing issue

 *  Resolved [munkytattoo](https://wordpress.org/support/users/munkytattoo/)
 * (@munkytattoo)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/thumbnail-spacing-issue/)
 * How do I change the spacing between the thumbnails to spread them out more on
   the page? At the moment they are all crammed on the left:
 * [Have a look](http://munkytattoo.com/?page_id=23)
 * [https://wordpress.org/plugins/nextgen-gallery/](https://wordpress.org/plugins/nextgen-gallery/)

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

 *  [tizz](https://wordpress.org/support/users/tizz/)
 * (@tizz)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/thumbnail-spacing-issue/#post-4713098)
 * [@munkytattoo](https://wordpress.org/support/users/munkytattoo/) To spread them
   more you can simply change the margins:
 *     ```
       .ngg-gallery-thumbnail img {
       margin: 9px;
       }
       ```
   
 * But you can have a real centring of the elements in this way:
 *     ```
       .ngg-galleryoverview {
       text-align:center;
       }
       .ngg-gallery-thumbnail-box {
       float:none !important;
       display:inline-block;
       }
       ```
   
 * Write one of the two in CSS customization area.
 *  Thread Starter [munkytattoo](https://wordpress.org/support/users/munkytattoo/)
 * (@munkytattoo)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/thumbnail-spacing-issue/#post-4713102)
 * Sorted Thanks! [@tizz](https://wordpress.org/support/users/tizz/)

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

The topic ‘Thumbnail spacing issue’ is closed to new replies.

 * ![](https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961)
 * [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery](https://wordpress.org/plugins/nextgen-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-gallery/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [munkytattoo](https://wordpress.org/support/users/munkytattoo/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/thumbnail-spacing-issue/#post-4713102)
 * Status: resolved