Danielletheartist
Member
Posted 9 months ago #
Hello,
I'm having an issue where the slideshow on my page overlaps the other content on the page, rather than staying inside the "body" of the site. See it here: http://www.ncoaba.com/photos
To insert the gallery, I used:
[gallery loader="true" controller="false" loop="true" delay="750" center="false"]
Which doesn't seem to do anything different than just using [gallery]. Can anyone help?
Danielletheartist
Member
Posted 9 months ago #
I hope I didn't put this topic in the wrong area of the forum. This is for the plugin "Superslider."
To answer my own question, I hunted down this file: /plugins/superslider-show/plugin-data/superslider/ssShow/default/default.css
And where it said:
.slideshow
{
height: 400px;
width: 450px;
margin: 0 auto 190px auto;
}
I changed to:
.slideshow
{
height: 400px;
margin: 0px;
}
--Getting rid of that pesky margin.