I use the Easy Slider AVIA – the caption title is showing on center of the image
I need it
– 100% width
– transparent 0.1
– sticky to the very bottom of the image
Can you help me with CSS styling?
Hi,
Can you post the link to the page please?
Regards,
Josue
This is how I started, now the caption looks ok:
https://dl.dropboxusercontent.com/u/27860455/web/easyslider1.png
But I want to cover 100% width, like this:
https://dl.dropboxusercontent.com/u/27860455/web/easyslider2.png
here is my CSS code:
/* easy slider */
.avia-caption {
left: -20px;
}
h2.avia-caption-title { font-size: 12px; }
.avia-caption {
position: absolute;
bottom: -49px;
}
.avia-slideshow, .avia-slideshow-inner {
overflow: visible !important;
}
.avia-slideshow {
padding-bottom:49px;
}
Hey!
Try with the following code:
.avia-caption.av-slideshow-caption, .avia-caption.av-slideshow-caption .avia-inner-caption p{
width: 100%;
}
.avia-caption.av-slideshow-caption{
padding: 0;
left: 0;
bottom: 0;
}
Best regards,
Josue
This works, tahnk you very much for help. Is there a way to add this for avia-caption-title as well?
Hey!
Please post a link to the page where you’re trying this.
Best regards,
Josue