Title: Align Center
Last modified: August 30, 2016

---

# Align Center

 *  Resolved Anonymous User 9824923
 * (@anonymized-9824923)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/align-center-12/)
 * My gallery isn’t aligned in the center of my page. How I align that?
 * The page: [http://irinasopas.com/autora/](http://irinasopas.com/autora/)
 * The Code: <h2 style=”text-align: center;”>[nggallery id=3]</h2>
    <p style=”text-
   align: center;”>**Para visualizar a galeria completa clique **[aqui](http://www.flickr.com/photos/irinasopas/)!
   </p>
 * Thanks.
 * [https://wordpress.org/plugins/nextgen-gallery/](https://wordpress.org/plugins/nextgen-gallery/)

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

 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/align-center-12/#post-6264062)
 * @irinasopas – This is the most commonly used custom CSS to center a Basic Thumbnails
   display (I wouldn’t recommend using an `h2` element in the manner you are for
   this case):
 *     ```
       /** Center Basic Thumbnails */
       .ngg-galleryoverview {
           text-align: center !important;
       }
       .ngg-gallery-thumbnail-box {
           float: none !important;
           display: inline-block !important;
       }
       ```
   
 * Thanks!
 * – Cais.
 *  Thread Starter Anonymous User 9824923
 * (@anonymized-9824923)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/align-center-12/#post-6264085)
 * Thank you. I will try. Also do you know how I remove the grey background from
   wordpress gallery? I’m using the Adventure theme
 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/align-center-12/#post-6264098)
 * @irinasopas – More often than not that would be styles from the theme, have you
   contacted its author for assistance on that?
 * – Cais.
 *  Thread Starter Anonymous User 9824923
 * (@anonymized-9824923)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/align-center-12/#post-6264100)
 * In which .php file I put the code to align?
 * I’ll contact the developer from theme to know about the background.
 * Thanks
 *  Thread Starter Anonymous User 9824923
 * (@anonymized-9824923)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/align-center-12/#post-6264105)
 * Ops .css I cant find mine
 *  Thread Starter Anonymous User 9824923
 * (@anonymized-9824923)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/align-center-12/#post-6264106)
 * Ops .css I cant find mine
 *  Thread Starter Anonymous User 9824923
 * (@anonymized-9824923)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/align-center-12/#post-6264107)
 * Sorry, is in css but mine is almost empty
 * /*
    CSS Name: Default Styles Description: NextGEN Default Gallery Stylesheet 
   Author: Photocrati Media Version: 2.12
 * This stylesheet is provided to allow users the ability of overriding the default
   styles for all display types
    */
 *  Thread Starter Anonymous User 9824923
 * (@anonymized-9824923)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/align-center-12/#post-6264111)
 * I DID IT! Thanks you so mutch! Kisses
 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/align-center-12/#post-6264139)
 * @irinasopas – Well Done!!
 * – Cais.

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

The topic ‘Align Center’ 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/)

## Tags

 * [align](https://wordpress.org/support/topic-tag/align/)
 * [center](https://wordpress.org/support/topic-tag/center/)
 * [gallery](https://wordpress.org/support/topic-tag/gallery/)

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