Hi there! I searched around here and found some CSS for making the gallery images smaller. (It's the about section of my site - I don't think anyone needs a life size version of my face, y'know). SO I succeeding in making the images smaller using:
.sqs-gallery-design-stacked-slide {
height: 550px;
}
but now there is a huggggge blank space under the gallery from where the original sized images would have been. I think I made the images smaller, but somehow the gallery box space is still original massive sized.... How on earth do I fix that. (this is my first time toying around with CSS). Thanks so much for any help! :)