Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #221365

    Hi,

    I’d like to change the position of the captions for the full width easy slider so that they are positioned top left as opposed to centred left.

    I’ve tried searching the topic and found a few different replies to similar questions with css mods, but none of these have worked when I’ve tried them?

    I’m surprised a ‘top’ option isn’t available as there is a ‘bottom’ one?

    Any guidance would be appreciated.

    Thanks

    #221500

    Hi Renegade!

    You can add this on custom.css or Quick CSS to move the caption towards the top:

    .slideshow_align_caption {
    top: -200px;
    }

    Regards,
    Ismael

    #221605

    Thanks Ismael – that worked exactly as I wanted.

    Appreciate your help!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Caption positioning on the full width easy slider’ is closed to new replies.