Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #749208

    I see now in advanced styling there’s a way to change the slider caption width for all the Avia sliders however it doesn’t seem to be working for me.

    Refer to link in private content. I need the slider caption width to be about 10% less than the slider title. I have set it to 50% wide in the advanced styling area but nothing appears to have changed.

    How can I achieve this globally for all slider captions.

    #749731

    Hey loudcow,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #749735

    Hey! Thanks so much – I have added credentials below.

    #751641

    Hi,
    I added this code to the end of your General Styling > Quick CSS field:

    .avia_transform .av_fullscreen .active-slide .avia-caption-content {
        padding-left: 20%;
        padding-right: 20%;
    }

    I hope this meets your needs.
    Best regards,
    Mike

    #751711

    That is more than fabulous. Thank you!

    #751735

    Sorry – Can I ask the same for all sliders. All easy sliders.

    #751780

    Hi,
    I edited the CSS code for all captions on easy sliders, but some title are very short. You can try different paddings to meet your needs, such as 30%

    .avia-caption-content {
        padding-left: 20%;
        padding-right: 20%;
    }

    Best regards,
    Mike

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