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

    Hello Enfold.

    I see a lot of post with quick CSS code to change the position of the FRAMED text on the fullscreen slider, but can’t find for WITHOUT FRAME.

    I want to move the caption 10- or 20% up. Anybody has a quick CSS code for that? My option is “Center Without Frame”.

    Thanks for a great theme!

    #479187

    Hey oestergaardn!

    Try adding this in a codeblock element in your page.

    <style type = "text/css">
    .slideshow_align_caption {
        transform: translateY(-100px);
    }
    </style>

    If that’s not working then send us a link to your page and we’ll take a closer look.

    Regards,
    Elliott

    • This reply was modified 9 years, 5 months ago by Elliott.
    #479262

    Great! Works perfect!
    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fullscreen slider – caption – witout frame – position’ is closed to new replies.