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!
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
Great! Works perfect!
Thanks!