-
AuthorPosts
-
June 13, 2019 at 4:43 pm #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
BettinaJune 13, 2019 at 7:25 pm #1110003Hey Bettina,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan ShannonJune 14, 2019 at 9:22 am #1110250Hey Jordan,
do you want just the link or the credentials too?
Best regards
BettinaJune 14, 2019 at 1:50 pm #1110322Hi Bettina,
Thanks for that. Please try something like this instead:
.av-image-caption-overlay-center { display: block; position: absolute; bottom: 80px; }Best regards,
RikardJune 14, 2019 at 3:59 pm #1110362Hi 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
BettinaJune 14, 2019 at 6:40 pm #1110416Hi,
Apologies, did you need additional help?
Best regards,
Jordan ShannonJune 14, 2019 at 6:52 pm #1110425Hi Jordan,
no thank you – no additional help but the code does not work for me
Best regards
BettinaJune 15, 2019 at 7:23 am #1110588Hi,
Thanks for the update, I wanted to check your site but it seems to be down at the moment. Please see private.
Best regards,
RikardJune 16, 2019 at 7:26 pm #1110862Hi Rikard
thank you, now we are online again
Best regards
BettinaJune 17, 2019 at 5:27 am #1110914Hi,
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,
RikardJune 17, 2019 at 8:48 am #1110947Hi
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,
BettinaJune 18, 2019 at 6:42 am #1111198Hi,
Please try this CSS as well:
.av-image-caption-overlay-center { width:100%; }Best regards,
RikardJune 18, 2019 at 9:21 am #1111217Thank you – now it works!
Best regards,
Bettina -
AuthorPosts
- The topic ‘Caption position’ is closed to new replies.
