Title: centre align
Last modified: May 10, 2017

---

# centre align

 *  Resolved [melza0](https://wordpress.org/support/users/melza0/)
 * (@melza0)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/centre-align/)
 * Is it possible to center align the gallery

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/centre-align/#post-9121961)
 * [@melza0](https://wordpress.org/support/users/melza0/) – Without the specifics
   of the display type you are referring to I cannot say for certain especially 
   without a URL to where it is inserted at although the following custom CSS added
   under Gallery > Other Options > Styles generally works for the Basic Thumbnails
   display (you may need to tweak it depending on any other CSS from the site):
 *     ```
       /** Center Basic Thumbnails */
       .ngg-galleryoverview {
           text-align: center !important;
       }
       .ngg-gallery-thumbnail-box {
           float: none !important;
           display: inline-block !important;
       }
       ```
   
 * Thanks!
 * – Cais.

Viewing 1 replies (of 1 total)

The topic ‘centre align’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [photocrati](https://wordpress.org/support/users/photocrati/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/centre-align/#post-9121961)
 * Status: resolved