landingpage slider caption: how to center it?

  • Author
    Posts
  • #78004

    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?

    #78144

    I did not find a real solution, but I did create a workaround which suffices for my needs:

    @media (min-width: 720px) {
    h2.staticslider-caption-title span,
    .staticslider-caption-text span {
    padding-left: 300px !important;
    }
    }

    Frank

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘landingpage slider caption: how to center it?’ is closed to new replies.