Any help will be appreciated. There are a huge blank space between thumbnail image list and description. I have looked through many suggestions but still can not find the fix. Also, I don't know too much about css coding. I'm using NextGen version1.9.10
The link is http://nvcs98.org/?p=398
I have tried to change the following but still not working right.
.ngg-galleryoverview {
overflow: hidden;
margin-top: 10px;
width: 100%;
/* clear:both; */
display:block !important;
}
.ngg-gallery-thumbnail {
float: left;
margin-right: 5px;
text-align: center;
margin-top: -20px!important;
}