Hi,
I would like to change the distance between the images on the following page:
http://matthiasviertel.com/underwater/
I have already added some css code. The distance between the upper images and the ones below should be 1px.
Could anyone please help me to fix this?
Thanks,
Fabian
Hey Fabian!
What happens when you add this to your custom CSS?
figcaption {
position: absolute !important;
top: 40px !important;
}
Cheers!
Elliott