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.
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.
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 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
This topic has been closed to new replies.