Site logo

Overlay Caption width of image

Home Forums Support Overlay Caption width of image

Home Forums Support Overlay Caption width of image

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #199391
    Zakia

    It seems the caption overlay in this theme only adjust to the width of the text and not the width of the image. Is there a way to do this? right now I have images with shorter lines of text and longer lines and the caption can either push the overlay past the image or it is too short. I would like the overlay to always be flush with the width of the image regardless of text. Please tell me that is possible :)!

    Thanks in advance!

    #199438
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Any chance you can link me to a page where this is happening?

    #199455
    Tom
    Lead Developer
    Lead Developer

    Give this CSS a try:

    .wp-caption .wp-caption-text {
        width: 100%;
        box-sizing: border-box;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.