Hi, If I choose postion without frame ‘below’, the text is aligned below but not centered. Also no padding.
How and where can I change to e.g. padding below 20px and centered below?
Hey JannyPolak,
Please provide us with details in private, so that we can see the actual element on your site.
Best regards,
Rikard
The site is in maintenance mode, see login in private content
Hi,
You might have forgotten to include the site URL. Please post it in the private field.
For the meantime, try to use this css code to adjust the position of the caption.
.caption_bottom .slideshow_caption {
bottom: 50px;
}
Best regards,
Ismael
Oh sorry… 🤪…
The height is working, however, how to center at this height? What should I add to the css?
See enclosed website info
Hi,
Thank you for the update.
Did you try the css code above? That should pull the caption upwards and align it to the center. You just need to adjust the bottom position value.
.caption_bottom .slideshow_caption .slideshow_inner_caption {
bottom: 200px;
}
If you want to center align the caption horizontally, try to use this css code.
.caption_bottom .slideshow_caption .slideshow_inner_caption {
text-align: center;
}
Best regards,
Ismael
I did this combination and it works fine!! Many thanks.
.caption_bottom .slideshow_caption {
bottom: 100px;
}
.caption_bottom .slideshow_caption .slideshow_inner_caption {
text-align: center;
}
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon