Title: Spacing between thumbnails
Last modified: April 18, 2018

---

# Spacing between thumbnails

 *  Resolved [mgasean2017](https://wordpress.org/support/users/mgasean2017/)
 * (@mgasean2017)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/spacing-between-thumbnails/)
 * The spacing between the thumbnails in the gallery is too narrow.
 * I would like to expand them if possible

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

 *  Plugin Contributor [Photo Gallery Support](https://wordpress.org/support/users/photogallerysupport/)
 * (@photogallerysupport)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/spacing-between-thumbnails/#post-10197858)
 * Hi,
 * We would like to inform you that this functionality of adjusting the thumbnails
   options is available in the Premium version of the Photo Gallery Plugin.
 * However, for the free version, we can try to tweak the CSS to enlarge the distance
   between thumbnails. Could you please post the link to the page where you have
   your gallery?
 * In case you have Premium version, we are kindly asking you to contact us using
   this **[support@web-dorado.com](https://wordpress.org/support/topic/spacing-between-thumbnails/support@web-dorado.com?output_format=md)**
   email address for further questions.
 * Thank you! Have a nice day!
 *  Plugin Contributor [Photo Gallery Support](https://wordpress.org/support/users/photogallerysupport/)
 * (@photogallerysupport)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/spacing-between-thumbnails/#post-10197861)
 * Hi,
 * Please find the answer [here](https://wordpress.org/support/topic/spacing-between-thumbnails/#post-10197858).
 * Thank you! Have a nice day!
 *  [mRoy62](https://wordpress.org/support/users/mroy62/)
 * (@mroy62)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/spacing-between-thumbnails/#post-10198798)
 * I managed to play around in the Inspector and found this to work.
 * /* This line prevents going to two columns */
    #bwg_container1_0 #bwg_container2_0.
   bwg_standart_thumbnails_0{ max-width:2000px!important; } /* This line creates
   more spacing between thumnails */ #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0{
   margin:10px!important }
 * I put this CSS code in the WP CSS Customizer
    -  This reply was modified 8 years, 1 month ago by [mRoy62](https://wordpress.org/support/users/mroy62/).
 *  Plugin Contributor [Photo Gallery Support](https://wordpress.org/support/users/photogallerysupport/)
 * (@photogallerysupport)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/spacing-between-thumbnails/#post-10201996)
 * Hi,
 * We are glad that you have come up with the CSS solution.
 * Is there anything we could help you with?
 * Thank you! Have a nice day!
 *  [mRoy62](https://wordpress.org/support/users/mroy62/)
 * (@mroy62)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/spacing-between-thumbnails/#post-10202009)
 * Can you confirm that my CSS is actually a good solution. My main concern is that
   I had to increase the max-width to 2000px. Why was your default set at something
   like 760px?
 *  Plugin Contributor [Photo Gallery Support](https://wordpress.org/support/users/photogallerysupport/)
 * (@photogallerysupport)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/spacing-between-thumbnails/#post-10202284)
 * Hi,
 * Please note that the margin is taken from the Theme and every time it applies
   to the Thumbnails as a CSS code when the page is loading.
 * Now, when we are trying to change any style via CSS code from the front-end, 
   it may affect other parameters styles, for example, width. So, in this case, 
   you should also change the max-width.
 * However, you can share your URL address where the Gallery is published and we
   will try to suggest a better CSS code.
 * Thank you! Have a nice day!
 *  [mRoy62](https://wordpress.org/support/users/mroy62/)
 * (@mroy62)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/spacing-between-thumbnails/#post-10202672)
 * The website url is: [https://brentwoodphotographygroup.org/galleries-exhibitions/](https://brentwoodphotographygroup.org/galleries-exhibitions/)
 *  Plugin Contributor [Photo Gallery Support](https://wordpress.org/support/users/photogallerysupport/)
 * (@photogallerysupport)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/spacing-between-thumbnails/#post-10231834)
 * Hi,
 * Please note that if you want to achieve [this](https://gyazo.com/9017a765c67087331319713b7cde876e),
   then add the following CSS code into **Appearance ▸ Customize ▸ Additional CSS**:
 *     ```
       span[class^="bwg_standart_thumb_spun1"]{
           margin:10px !important
       }
       ```
   
 * Please let us know if it helps.
 * Thank you! Have a nice day!

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

The topic ‘Spacing between thumbnails’ is closed to new replies.

 * ![](https://ps.w.org/photo-gallery/assets/icon-256x256.png?rev=2068745)
 * [Photo Gallery by 10Web - Mobile-Friendly Image Gallery](https://wordpress.org/plugins/photo-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/photo-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/photo-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/photo-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/photo-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/photo-gallery/reviews/)

## Tags

 * [division](https://wordpress.org/support/topic-tag/division/)
 * [gaps](https://wordpress.org/support/topic-tag/gaps/)
 * [grid](https://wordpress.org/support/topic-tag/grid/)
 * [spacing](https://wordpress.org/support/topic-tag/spacing/)
 * [thumbnail](https://wordpress.org/support/topic-tag/thumbnail/)

 * 8 replies
 * 3 participants
 * Last reply from: [Photo Gallery Support](https://wordpress.org/support/users/photogallerysupport/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/spacing-between-thumbnails/#post-10231834)
 * Status: resolved