• Resolved pclove

    (@pclove)


    I added a slideshow to a post, and now there is a huge gap below the slideshow and the next post.

    I have tried editing areas of my theme CSS (Rockin Chrome), but none of them seem to work.

    Please help.

    http://pclove.us/argentina

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter pclove

    (@pclove)

    I found the issue. It was with the file nggallery.css (v0.98) on line 161, where it says,

    .ngg-clear {
    	clear: both;

    I just changed the “both” to “none”.

    I’m having the same problem. I’ve adjusted the nggallery.css file with no success.

    See link for example.

    I found it. To solve the problem, adjust this portion of the nggallery.css file to read:

    .ngg-galleryoverview {
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
    clear:none;
    display:block !important;
    }

    Good luck

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: NextGEN Gallery] I have a huge gap between the slideshow and the next post.’ is closed to new replies.