Thread Starter
NCKen
(@ncken)
Thank You Doublesixx for the help and letting me know about the mutable post thing. I did not know about that.
I will try your suggesting A.S.A.P and post my result here.
“Ugh seems like I post this solution often.” Yeah,why do you think you have to keep posting the solution? Seams to me the maybe it should be fix in the plug-in? It happens to me at every upgrade/update and always before the fix was to remove the Clear:Both but not this time.
Again You are the only one to respond to me and I thank you. Even the developer has not responded to my direct support request… Not a good sign.
Ken.
Thread Starter
NCKen
(@ncken)
Fixed it with:
.ngg-galleryoverview {
overflow: hidden;
margin-top: 10px;
margin-right: 100px;
width: 60%; /* was 100 */
/* clear:both; */
display:block !important;
}
Thanks
Ken.