timwiseman
Member
Posted 7 months ago #
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!
timwiseman
Member
Posted 6 months ago #
Bump! Any help with this is appreciated.
jay040472
Member
Posted 5 months ago #
I'm having the problem you're describing, but when I follow your link I don't see the issue? did you solve it? if so, how?
Favabeans
Member
Posted 4 months ago #
I am experiencing the same issue... my Gallery pages have too much white space above the thumbnails:
http://www.efavata.com/CBM/cbm-gallery/x-men-origins-wolverine-image-gallery/
Please help!
dylanminter
Member
Posted 4 months ago #
Bump! same problem here....
thank you!
timwiseman
Member
Posted 1 month ago #
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;
}