White bar at bottom of home page.. How to remove?

  • raindance

    #1611

    Can someone take a look at my home page and see if they know why there is that white bar at the bottom? I have it set to static page, no posts on home page. I’m talking about that white full width box just above the black footer box. I’d like that not to be there..it looks weird.

    Thanks

    Admin

    Syahir Hakim

    #16507

    That’s actually part of the footer background. You can remove it by adding this code to the Custom CSS option:

    #footer {
    background: #111;
    padding-top: 20px;
    }

    raindance

    #16508

    Perfect, thanks so much!

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.