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.