White space under navbar/above rev slider

Hi there, on all pages where I’ve put a slider underneath the navbar, there’s a very small (2-3px) gap between them. I’ve tried using the Slider Below Masthead option, and I’ve tried setting a negative top margin for the section where the slider is. I even gave the slider a green background temporarily to see if perhaps the issue was with the slider itself (if the gap turned green, I’d know it was the slider’s fault). Can’t come up with anything! Thanks for your help, it’s my first time writing ins after years of using X. Cheers, David

http://flowsite.staging.wpengine.com

Hey David,

Thanks for asking. :slight_smile:

Actually the space is coming from navbar and more so there is a border bottom CSS property assigned to the navbar. To remove that please add following CSS under X > Theme Options > CSS:

.x-navbar {
    border-bottom: 0;
}

Thanks.

Genius! Thanks much.