Title: Some CSS issues
Last modified: November 12, 2016

---

# Some CSS issues

 *  Resolved [Chris](https://wordpress.org/support/users/forumusr/)
 * (@forumusr)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/some-css-issues/)
 * Hi, I have used Nextgen gallery for some years, and while generally satisfied,
   I have not been able to correct the issues noted here. Just a couple of spacing
   and layout problems with the CSS I believe, I do not know how or when they occurred.
   I am ok with basic css fiddling, but so far I am unable to effectively troubleshoot.
 * A screenshot pointing out the problems can be seen here:
    [http://www.sequentz.com/nextgensqueeze.jpg](http://www.sequentz.com/nextgensqueeze.jpg)
 * The sample page in question can also be seen here:
    [http://sequentz.com/photography/](http://sequentz.com/photography/)
 * Thank you!!!

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

 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/some-css-issues/#post-8435238)
 * [@forumusr](https://wordpress.org/support/users/forumusr/) – You could try the
   following custom CSS to center the basic thumbnail display:
 *     ```
       /** Center Basic Thumbnails */
       .ngg-galleryoverview {
           text-align: center !important;
       }
       .ngg-gallery-thumbnail-box {
           float: none !important;
           display: inline-block !important;
       }
       ```
   
 * This can be placed under Gallery > Other Options > Styles
 * I’m not sure what exactly is affecting the pagination layout though. Have you
   tried temporarily switching to a default WordPress Twenty series theme to see
   if similar effects are happening?
 * Thanks!
 * – Cais.
 *  Thread Starter [Chris](https://wordpress.org/support/users/forumusr/)
 * (@forumusr)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/some-css-issues/#post-8455014)
 * Ok thank you. Sorry for my delayed response, the forum took several days to moderate
   my post – not sure why – so I wasn’t even sure if it got posted.
    For the first
   guidance, I added the styles you provided and there was no effect. Here is a 
   link to a screenshot of where I added them, to make sure I put them in the right
   place: [http://sequentz.com/nextgen-uncentered.png](http://sequentz.com/nextgen-uncentered.png)
 * As for the pagination, I switched to Twenty Fifteen, and the pagination was corrected.
   I assume this implies that my theme is disrupting the layout in various ways.
   If this is this is the case boy that will require a lot of time to figure out.
   Pain in the neck.
 * I was hoping there was a quick Nextgen style I could tweak that would widen the
   container in which the pagination sits.
 * Thank you for your help.
 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/some-css-issues/#post-8464440)
 * [@forumusr](https://wordpress.org/support/users/forumusr/) – If your current 
   theme was affecting the pagination layout then it may also be affecting the images
   and their layout. I also noticed you have some additional custom CSS that may
   be involved with the issue as well.
 * Thanks!
 * – Cais.

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

The topic ‘Some CSS issues’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [photocrati](https://wordpress.org/support/users/photocrati/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/some-css-issues/#post-8464440)
 * Status: resolved