Hi guys,
How do you add a new line to the easy slider caption text? I want to add a button on the bottom of the slide
Hi Sarah,
It doesn’t work well. If I use ‘position: center;’ it goes down one line but the orientation is not right. Plus, I’d like to be able to add as many new lines as possible. I would like the button to be near to the bottom of the slide. I’ve attached photos in the private content
Hi,
Thanks for the screenshots. Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi Rikard,
Link in private.
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-slideshow-inner .avia-button-wrap {
position: absolute;
left: 40px;
}
Best regards,
Rikard
Thanks Rikard, I’ve managed to achieve what I wanted by using this:
.avia-slideshow-inner .avia-button-wrap {
position: absolute;
left: 5%;
bottom: 5%;
}
Hi FlatText,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria