Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #593145

    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!

    #593221

    @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;}

    #593467

    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

    #593932

    Thanks @begrafiks !! works perfectly

    #594354

    Hi!

    Glad we could help!

    Thank you for using Enfold :)

    Cheers!
    Vinay Kashyap

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.