Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1345874

    Hi

    I have used the CSS from Documentation –
    #top .av-image-caption-overlay {
    height: auto;
    width: auto;
    left: 0px;
    bottom: 0px;
    transform: translateY(100%);
    }
    #top .av-image-caption-overlay-center {
    padding: 0;
    }
    #top .avia_image {
    margin-bottom: 50px;
    }

    – to put captions below the image. That works fine. However, if I then apply a link to the image the caption no longer appears on hover.

    You can see an example in the link below. Both images have captions to appear on hover but one image is linked the other not.

    This does not happen if the captions are set to appear over the image, as by default.

    many thanks

    Peter

    #1345911

    Hi Peter,

    Please try removing this line from the CSS:

    transform: translateY(100%);

    Best regards,
    Rikard

    #1345922

    Hi Rikard

    That works great

    many thanks

    Peter

    #1346036

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1346043

    Hi Rikard

    Yes, do close it. Thanks again, always much appreciated.

    p

    #1346083

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘image link breaks caption below image’ is closed to new replies.