On the landingpage slider I use a static image with caption and I want tot center the caption horizontaly (just like Roseta theme does).
I’d think adding
margin: 0 auto;
to .staticslider-caption would do that, but there is no effect at all.
How can I solve this?