Hi,
This support is super helpful!
Im trying to customise the image caption overlay to that the text aligns to the bottom right corner of the image and keep the overlay opacity over the whole image.
Right now i have in my quick CSS:
.av-image-caption-overlay { width: 100% !important; text-align: right !important; }
Which moves the text to the right but cant figure out how to bring it to align with the bottom of the image
Thanks in advanced!
@shaharcohen ;
in order to push the text to the bottom-right try to add the following line of code too :
.av-image-caption-overlay-center{vertical-align: bottom !important;text-align: right !important;}
Hey!
Please refer to @begrafiks’ post. If that does not help, please post the link to your page where we can see an example.
@begrafiks thanks :)
Best regards,
Yigit
Thanks @begrafiks !! works perfectly
Hi!
Glad we could help!
Thank you for using Enfold :)
Cheers!
Vinay Kashyap