Title: Tweak CSS
Last modified: August 24, 2017

---

# Tweak CSS

 *  Resolved [dmx09](https://wordpress.org/support/users/dmx09/)
 * (@dmx09)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/tweak-css/)
 * Any idea how I can remove the padding on album displays? I’m happy to edit the
   CSS in my theme but as the developers have used ‘!important’ on the following
   code, I can’t override this to remove the padding.
 * .ngg-album-compactbox {
    padding: 8px!important; I removed the non-relevant lines
   of code for clarity }

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

 *  Plugin Contributor [Imagely](https://wordpress.org/support/users/imagely/)
 * (@imagely)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/tweak-css/#post-9438273)
 * [@dmx09](https://wordpress.org/support/users/dmx09/) – Try being a bit more specific
   in the custom CSS you apply as you were following the right path. The following(
   added under Gallery > Other Options > Styles) should work better (although you
   may need to further tweak for your preferences):
 * `.ngg-album-compact .ngg-album-compactbox { padding: 0 !important; }`
 * Thanks!
 * – Cais.
 *  Thread Starter [dmx09](https://wordpress.org/support/users/dmx09/)
 * (@dmx09)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/tweak-css/#post-9438293)
 * Spot on, many thanks!
 *  Plugin Contributor [Imagely](https://wordpress.org/support/users/imagely/)
 * (@imagely)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/tweak-css/#post-9441382)
 * [@dmx09](https://wordpress.org/support/users/dmx09/) – You’re welcome!
 * – Cais.

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

The topic ‘Tweak CSS’ 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: [Imagely](https://wordpress.org/support/users/imagely/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/tweak-css/#post-9441382)
 * Status: resolved