Viewing 10 replies - 1 through 10 (of 10 total)
  • I am having the same issue. Did you figure out how to resolve the problem?
    Thank you,
    Mike

    Thread Starter Manogr

    (@manogr)

    No, no idea yet!

    I really hope that someone will reply!

    I have the same problem ??

    i found a result ?? add
    margin-top: -40px!important;
    to
    .ngg-gallery-thumbnail {

    in default nggallery css file

    So you don’t need to reapply the change after each upgrade put the change into a custom css file or your theme settings if it has that functionality.

    I use the suffusion theme on my Japanese Woodblock site and it has a custom styles section to inpit css. I adjust the margins there and it works well.

    Thread Starter Manogr

    (@manogr)

    Unfortunately this is not working… ??

    I edited as above and the css code now is:
    .ngg-gallery-thumbnail {
    float: left;
    margin-right: 5px;
    text-align: center;
    margin-top: -40px!important;

    but the whitespace is still there as you can see in https://www.dogpark.gr/greek-dog-breeds/

    Any ideas?

    thanks

    It looks like it’s the text paragraph above the images where the extra blank spacing is beng created so try making the magin bottom smaller (currently 30px).

    .single_article_content p {
        margin-bottom: 30px;
    }
    Thread Starter Manogr

    (@manogr)

    this has to do with the theme or the gallery css??

    Thread Starter Manogr

    (@manogr)

    That worked mikeg9999!! Thanks so much!!

    (I just put the code in my themes custom css area)

    Thats great. Don’t forget to mark the thread as resolved – I think from memory its the raiser that does this.

    I have the same problem ??

    i found a result ?? add
    margin-top: -40px!important;
    to
    .ngg-gallery-thumbnail {

    in default nggallery css file

    Thank you flammer, that really worked great.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: NextGEN Gallery] Huge White Space Above Thumbnails in nggallery listing’ is closed to new replies.