Not able to remove the line between menu and content

Hello!

I’m not able to remove the line between menu and content. I’ve tried all this CSS so far.

.x-navbar, .x-navbar-inner, .x-nav, .x-navbar-wrap, .masthead.masthead-inline {
  border-bottom: none !important;
  box-shadow: none;
}

Can you please help?

Hi Malav,

Thanks for reaching out.
It seems that the custom CSS code adds the Margin bottom of the Navbar. I would suggest you remove the code to get rid of the line you are referring to.

Hope it helps.
Thanks

Perfect, thank you!

Hi Malav,

Glad that we are able to help you.

Thanks

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