http://borstch.eu/karl-final2/galleri/
I want to decrease the spacing between the images without changing the size of the images. How can I do this?
Hi crewneck!
Try and add this to your Quick CSS:
#top div .avia-gallery img {
padding: 5px !important;
}
Decrease/increase the value for less/more spacing.
Best regards,
Rikard
Thanks!