Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter kahoferj

    (@kahoferj)

    Hi,
    I’ve sort of answered my own question…. Custom CSS like this will position the caption over the image:
    top: 100px;
    bottom: auto;
    My problem now is how to center it. I’d like the caption cover the center, say, 30% of the screen. Why won’t this work:
    width: 30%;
    margin: 0 auto;
    Thanks

    Thread Starter kahoferj

    (@kahoferj)

    Just typing my questions seems to focus my mind….. Just in case anyone else needs it, this is what I ended up doing:
    .metaslider .caption-wrap {
    background: transparent !important;
    top: 100px !important;
    bottom: auto !important;
    }

    .metaslider .caption {
    margin: 0 auto;
    width: 30%;
    text-align: center;
    }

    Hi

    In which file the above code need to be pasted? I am not finding any CSS in meta slider folder?

    Thread Starter kahoferj

    (@kahoferj)

    Hi,
    I just put it in the style.css for my theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘MetaSlider – caption over image’ is closed to new replies.