Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15762
    Pádraig Ó Beirn
    Participant

    On desktops the title is underneath the image. Is there any way to move the title above the image using css?

    #15779
    Bartosz
    Keymaster

    It’s not a built in feature but you may try to do that with this CSS snippet:

    body #lightcase-info {
    position: absolute;
    top: -50px;
    }
    #15813
    Pádraig Ó Beirn
    Participant

    Works great. Thanks!

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