I have a website where I am utilizing Meta Slider within Wordpress. I would like to position the captions below the images instead of on top of them. Meta Slider claims this feature is only available in the Pro version, but could it be achieved by adjusting the CSS to reposition the captions? I attempted using margin-top to no avail. I'm wondering if there is a simple CSS solution for this?
http://66.147.242.87/~briantur/sound/
Here is the CSS code I tried:
.metaslider .caption,
.metaslider .cs-title,
.metaslider .nivo-caption {
margin-top: 100px;
width: 100%;
height: 100%;
left: auto;
}
Thank you for your assistance!