Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #782080

    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.

    #782151

    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

    #783207

    that works, thanks!

    #783246

    Great! Do let us know here in the forums if you need assistance with anything else.

    Cheers!
    Sarah

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘White bar underneath menu’ is closed to new replies.