Title: CSS questions
Last modified: August 21, 2016

---

# CSS questions

 *  Resolved [exedotdmg](https://wordpress.org/support/users/exedotdmg/)
 * (@exedotdmg)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/css-questions-3/)
 * URL for relevant page: [http://readthewalkingdead.com/wordpress/issue-covers/](http://readthewalkingdead.com/wordpress/issue-covers/)
 * I want to change the color of the white border around each thumbnails, I also
   want to remove the white outline around the paginations below the thumbnails.
   How should I go about this?
 * [http://wordpress.org/plugins/nextgen-gallery/](http://wordpress.org/plugins/nextgen-gallery/)

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

 *  [tizz](https://wordpress.org/support/users/tizz/)
 * (@tizz)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/css-questions-3/#post-4435738)
 *     ```
       .ngg-gallery-thumbnail img {
       background-color: rgb(55, 255, 255) !important;
       }
       .ngg-navigation a.page-numbers, .ngg-navigation a.next, ngg-navigation a.prev {
       border: transparent !important;
       }
       ```
   
 * In CSS box in NGG Other Options.
 *  Thread Starter [exedotdmg](https://wordpress.org/support/users/exedotdmg/)
 * (@exedotdmg)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/css-questions-3/#post-4435749)
 * Thanks very much! One more question.. the thumbnails all seem to be set to the
   left of my content area. How can I center them to the content area? The gap between
   my thumbnails and left navigation bar isn’t sitting well with me aesthetically.
 *  [tizz](https://wordpress.org/support/users/tizz/)
 * (@tizz)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/css-questions-3/#post-4435754)
 *     ```
       .ngg-galleryoverview {
       text-align:center;
       }
       .ngg-gallery-thumbnail-box {
       float:none !important;
       display:inline-block;
       }
       ```
   
 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/css-questions-3/#post-4435775)
 * [@tizz](https://wordpress.org/support/users/tizz/) – Thanks, as always, for your
   great help in the forums!
 * – Cais.

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

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

 * 4 replies
 * 3 participants
 * Last reply from: [photocrati](https://wordpress.org/support/users/photocrati/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/css-questions-3/#post-4435775)
 * Status: resolved