On my homepage I have the caption title, caption text, and buttons set to center on the fullscreen slider. It looks like they are not centering and are too low. Can you give me some quick css to raise all of this content up please? Thanks!
Hey djshortkut,
Thanks for getting in touch with us!
The caption text and buttons look centered to me. Please see my screenshot in the private section. If you still not seeing it centered on you end, please provide a screenshot and login details to your site.
Best regards,
Jordan
Well, can you give me some quick css to move caption title, caption text, and buttons up a little bit?
Hey!
Please add following code to Quick CSS
.slideshow_inner_caption {
top: -100px;
}
Regards,
Yigit
Exactly what I was looking for. Thanks Yigit! You can close this thread.