January 22, 2017 at 5:40 am
Hi!
On the start page on my site *Login to see link , I´m trying to move the caption heading and description for “Kadence Legacy slider” so it is place under the picture. I´ve managed to move it but I wonder if there is a way to do it so that the other elements below will move downwards if I have more text in the caption. Right now the caption text is placed under the next images if it´s really long. I want the page to adapt and make room for all text in the caption. The code i´m using right now is:
.caption-case {
margin-top: 285px!important;
}
.kad-slider {
overflow: visible!important;
padding-bottom: 100px!important;
}
.caption-case.kad-placement-bl .kad-slide-caption .caption-case-inner {
max-width: 80%;
margin: auto;
}
.caption-case.kad-placement-bl .kad-slide-caption {
padding-bottom: 20px!important;
vertical-align: top;
}
Another question. Is there a way to make the whole slider frame an active link? So that I can click on both the image and the caption?
Best regards