Just in case anyone out there is still struggling, it took more than clear: both; for the issue to be resolved for FF and IE …
The second adjustment that completed the fix was adjusting the actual width of the gallery here:
/* ———– Gallery style ————-*/
.ngg-galleryoverview {
overflow: hidden;
margin-top: 10px;
margin-right: 100px;
width: 60%; /* was 100 */
/* clear:both; */
display:block !important;
}
Bump! Any help with this is appreciated.
I have tried several of the ideas posted here to resolve the problem of too much space above the gallery. I don’t have any remnants of the clear: both; instance … Is there any explanation why I am still experiencing this problem?
Clients site is here: http://tr.im/jSWG
Thank you!