• Resolved sdp-23

    (@sdp-23)


    Is it possible to have the image be on one side and the caption of the slide to be on the other side. For example, the image would be on the left side and the caption on the right side? Or another way put it would be to have the caption outside of the image instead of on stop of it and also with the customization of having the caption on top, bottom, left, or right side of the image.

    http://wordpress.org/extend/plugins/ml-slider/

Viewing 1 replies (of 1 total)
  • matchalabs

    (@matchalabs)

    Hi,

    Having the caption outside of the image on the left or right would be difficult without breaking the responsiveness of the sliders, so its unlikely that’ll ever be a built in option. I like to keep Meta Slider as slim as possibly while also meeting the needs to the majority of users.

    It should be possible to move the captions to the left or right (whilst still overlaying the image) using some custom CSS. Try adding this to your themes style.css file (for nivo slider)

    .metaslider .nivo-caption {
        right: 0px;
        bottom: 0px;
        width: 20%;
        height: 100%;
        left: auto;
    }

    I’ll be adding a basic theme editor in a future version but that could be a few months off. It’ll probably be limited to caption colours, navigation styling and caption positioning.

    Regards,
    Tom.

Viewing 1 replies (of 1 total)
  • The topic ‘Caption on the side’ is closed to new replies.