• I have been using NEXTGen for a while and had previously been able to solve the issue I have now by reading other posts on this forum. Today I stupidly updated NEXTGen to the newest version (2.0.59) and now I can’t seem to fix the issue anymore.

    On pages like this one you can see that there is a huge white space above the gallery. I am using the ‘Touchfolio’ theme but it seems many themes have the same issue.

    My problem is that most people seem to suggest to make some changes to the plugin’s css file (nggallery.css) but when I open the css file, it’s empty. Most people say to remove ‘clear:both’ but I obviously cannot remove something that is not there. I also tried reducing margin size, going off some hints others gave, but that did not work either.

    I have also read some comments saying I should add some code to my theme’s CSS. My theme works with LESS so I don’t know if that makes a difference, but adding in

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

    into style-touchfolio-default.less doesn’t do anything. (I’d got this idea from another thread)

    Any suggestions? I’m desperate to get it back to normal! Thanks for reading.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Annekee

    (@annekee)

    I have the same problem. I’m trying to make changes to .ngg-galleryoverview, but putting this in my custom nextgen stylesheet or in my theme css doesn’t work, even when adding !important.

    esmi

    (@esmi)

    @annekee: It is considered impolite to interrupt another poster’s ongoing thread unless you are posting a solution or suggestion. As per the Forum Welcome, please post your own topic.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: NEXTGen Gallery] Can't remove whitespace in version 2.0.59’ is closed to new replies.