Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #738575

    How do I Move Accordion Slider Captions to bottom left? It is currently left (where it says SARIS, MENS KURTA, etc) but in the middle and I want to keep it on the left but move it below towards the bottom

    #738586

    try this in quick css:

    #top .aviaccordion-preview-title {
        padding: 5%;
        vertical-align: bottom;
    }

    maybe an !important notice is required:

    #top .aviaccordion-preview-title {
        padding: 5% !important;
        vertical-align: bottom !important;
    }
    #738614

    you are amazing. that works

    thank you!

    #738776

    Hi,

    Great, glad you got it working. Thanks @guenni007 for helping out :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Move Accordion Slider Captions to bottom left’ is closed to new replies.