http://162.242.209.41/
When I add a hero below the header is renders with a white bar across the bottom of the header. I don't want the white bar across the bottom of the header.
hbic Hi,
It's Page Heading option enabled in the menu item of a page. I just set to hide it via 'Home' menu item on your site and it's ok now: http://prntscr.com/k0njr0
Regards
Hi, I can see empty h1 header there, try to add the following custom css code to remove the white bar:
.jub-page .page-header > h1 { margin-top: 0 } .jub-page .page-header { margin-top: -14px; }
Cheers Joshua