I have this thin line between a header and the site’s main content https://goo.gl/CofPzE
it doesn’t go away no matter the pictures I select and I already selected borders to be at 0px.
any way I can get rid of it?
the site is live on needalist.net
Hey Alexander,
Welcome to the BB forums!
Try adding the CSS snippet below under Appearance > Customize > Code > CSS Code.
.fl-page .fl-page-nav-right .fl-page-header-wrap {
border-bottom: none;
}
Ben