• 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: https://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?

Viewing 1 replies (of 1 total)
  • Thread Starter Danielletheartist

    (@danielletheartist)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘Slideshow overlaps the other content on the page’ is closed to new replies.