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.
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