Remove white space above and below navigation

How can I remove the thin, white space above and below the navigation - http://usindt.wpengine.com .
Thanks for your help.

Hi @Solidwebservice,

Thank you for writing in, please add this to Theme Options > CSS

header .x-topbar,
header .x-navbar {
	border-bottom-width: 0;
}

You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial

Hope it helps,
Cheers!

Worked perfectly. Thank you!

Glad we were able to help :slight_smile:

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