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

    Hello,

    I can’t find how to position the caption “on top” (center, no frame) as this option is not available on the “full width easy slyder” – can you please advise me ?

    Thank you in advance,

    AB

    #1333716

    Hey A,

    Please try the following in Quick CSS under Enfold->General Styling:

    .slideshow_align_caption {
        vertical-align: top;
    }

    Best regards,
    Rikard

    #1333748

    Hi Rikard,

    Thank you, this works already fine but what if I want to determine the distance from the top (a little further downwards) ?

    Best, AB

    #1333807

    Hi,

    Then you can add padding to the element, like so:

    .slideshow_align_caption {
        vertical-align: top;
        padding-top: 20px;
    }

    Best regards,
    Rikard

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