hi,
i have had the same issue with a client’s website and solved it this way in nggallery.css
:
.ngg-gallery-thumbnail {
width: 100px;
margin-right: 20px;
}
the thumb boxes are 100px wide and i wanted them spaced nicely – so naturally, you would need to replace that with your desired width.
hope this works for you.