Spacing above and below layer slider

On this page. https://natlvtn.org/fremont-veterans-memorial-park/. We have a LayerSlider towards the top of the page. It is just below the Facebook Connect with Us and above a red line. For some reason the smaller you make the page we get white spacing above and below the LayerSlider. What CSS do we need to enter so the white spacing doesn’t show up no matter what device it is viewed on.

Thank you.

Hi There,

Thanks for writing in! Could you please try adding the following CSS rule into your Theme Options > Global CSS area.

.ls-layers .ls-wrapper.ls-in-out {
    top: 0 !important;
}

Hope that helps.

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