Mysterious white bar – There is a white bar underneath the menu and above the layer slider on the home page that only disappears after scrolling. I’ve removed all borders from the menu, and there’s no borders/padding on the layer slider, so I’m not sure what else to try to get rid of this. I want the photo to come right up to the menu.
Hey bkheld,
This is happening because you header background image (roof-mirrored-cropped-1-1500×245.jpg) has a smaller height than your header div, and so the white background is visible. To fix this, please use an image that is at least 255 pixels in height, OR try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.header_color .header_bg { background-position:bottom; }
This still leaves a very thin white space between the header and the slider. It can serve as breathing space. But if you don’t like that space, you can add this code in Quick CSS as well:
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top:255px }
I hope that helps!
Sarah
that works, thanks!
Great! Do let us know here in the forums if you need assistance with anything else.
Cheers!
Sarah