Remove Margin from above Smart Slider 3

I am using the smart slider 3 plugin and for some reason I can’t get rid of the white space above the slider. I’ve gone through all of the settings I can think of and it’s still there. The page it’s on is worldhorizonsusa.org.

Hello Cameron,

Thanks for writing in!

Please add following CSS under X > Theme Options > CSS:

.n2-ss-slider .n2-ss-widget {
    display: none !important;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.