Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #801958

    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

    #801967

    Hey FlatText,

    Please try the solution here or here.

    Let us know if you need more help!

    Best regards,
    Sarah

    #801971

    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

    #802368

    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

    • This reply was modified 7 years, 5 months ago by Rikard.
    #802429

    Hi Rikard,

    Link in private.

    #802539

    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

    #802565

    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%;
    }
    #802734

    Hi FlatText,

    Glad you got it working for you! :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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