Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #554339

    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

    #557333

    Hey Fabian!

    What happens when you add this to your custom CSS?

    figcaption {
        position: absolute !important;
        top: 40px !important;
    }

    Cheers!
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.