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
Hey Bettina,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hey Jordan,
do you want just the link or the credentials too?
Best regards
Bettina
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
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
Hi,
Apologies, did you need additional help?
Best regards,
Jordan Shannon
Hi Jordan,
no thank you – no additional help but the code does not work for me
Best regards
Bettina
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
Hi Rikard
thank you, now we are online again
Best regards
Bettina
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
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
Hi,
Please try this CSS as well:
.av-image-caption-overlay-center {
width:100%;
}
Best regards,
Rikard
Thank you – now it works!
Best regards,
Bettina