Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #349368

    I use the easy slider with captions showing over the image.
    how can I define 100% height for the caption.

    I got 100% width working adding this CSS:

    .avia-caption.av-slideshow-caption, .avia-caption.av-slideshow-caption .avia-inner-caption p{
        width: 100%;
    }

    Now I need 100% height, too.

    #349708

    Hi royaltask!

    Try adding this to your custom CSS.

    .avia-caption-content p {
        min-height: 120px;
    }

    If that’s not what you were wanting then send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.

    Cheers!
    Elliott

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