• For this plugin to properly work without strange spacing between the post title and the images, I must edit the file nggallery.css in the css folder of this plugin, and commented out line 122 in the “Gallery style” section. That line is simply “clear:both;”

    I have to do this every time I install or upgrade this plugin.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Simply copy your own nggallery.css to your theme folder, so it’s saved for the next upgrade

    I added this to MY theme’s CSS, and it fixes it:

    .ngg-albumoverview {
    clear: none !important;
    }
    .ngg-galleryoverview {
    clear: none !important;
    }

    But this is silly — there’s no reason for this clear:both. I’m not sure why it’s there. It would only work on a theme without sidebars.

    Alex, love your gallery, but not sure why you added this “clear” in recent updates…

    The default theme need them…

    Hey Alex
    I need tip about making my thumbs span across the width of the page.
    Now it`s a bit more narrow than the rest of the pages. How can I do this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: NextGEN Gallery] clear:both; should be removed’ is closed to new replies.