Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1109915

    Hey,

    I have a grid row with 3 images and would like a caption on each but at the bottom and not centered as default. I tried quick CSS

    .av-image-caption-overlay-center {
    display: block !important;
    bottom: 0;
    position: absolute;
    }
    but that did not work.

    Would you pls help

    Best Regards
    Bettina

    #1110003

    Hey Bettina,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1110250

    Hey Jordan,

    do you want just the link or the credentials too?

    Best regards
    Bettina

    #1110322

    Hi Bettina,

    Thanks for that. Please try something like this instead:

    .av-image-caption-overlay-center {
        display: block;
        position: absolute;
        bottom: 80px;
    }

    Best regards,
    Rikard

    #1110362

    Hi Rikard,

    strange …
    I pasted it and it worked but the text in the first 2 images was left and in the third centered.
    Than I changed bottom 80px to 40px: the text was center/center again.
    Than I deleted the code an pasted your code again: the text was center/center again.

    Best regards
    Bettina

    #1110416

    Hi,

    Apologies, did you need additional help?

    Best regards,
    Jordan Shannon

    #1110425

    Hi Jordan,

    no thank you – no additional help but the code does not work for me

    Best regards
    Bettina

    #1110588

    Hi,

    Thanks for the update, I wanted to check your site but it seems to be down at the moment. Please see private.

    Best regards,
    Rikard

    #1110862

    Hi Rikard

    thank you, now we are online again

    Best regards
    Bettina

    #1110914

    Hi,

    Thanks for that, though the code I sent is applying and working for what I can see. The reason why the third box looks different is that you have more text in that I think.

    Best regards,
    Rikard

    #1110947

    Hi

    thank you! I tried it again with bottom: 20px and now it works.
    But the text align of the first two rows is left and the third centered.
    So I added
    text-align: center;
    nothing changed.

    Best regards,
    Bettina

    #1111198

    Hi,

    Please try this CSS as well:

    .av-image-caption-overlay-center {
      width:100%;
    }

    Best regards,
    Rikard

    #1111217

    Thank you – now it works!

    Best regards,
    Bettina

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Caption position’ is closed to new replies.