Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Hi, your theme is filtering the slideshow shortcode and adding paragraph tags, which is adding a bunch of extra padding. Try adding this new rule to your stylesheet to remove the extra padding:

    .meteor-slides p {
    padding: 0;
    }
    Thread Starter lexxoe

    (@lexxoe)

    hello,

    i added this code, but the fault exist furthermore

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Space above slider’ is closed to new replies.