Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #292649

    As an option for “caption title” and “caption text” position, I can just find the following: left, right, center, bottom but I can’t find “top”

    Any suggestions?

    #292686

    Hey!

    You could override one of the available settings, try adding this to the Quick CSS (bottom captions will be at top):

    .caption_bottom .slideshow_caption {
        top: 200px !important;
        bottom: auto !important;
    }

    Cheers!
    Josue

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