Forums

[resolved] White Space below footer (twenty-ten) (6 posts)

  1. briceryant
    Member
    Posted 1 year ago #

    Just below the footer image, there is a tiny band of white:
    http://www.tinpanparadise.com/

    It's such a small thing, but it irks me for some reason - it's the one thing that looks disorganized and unprofessional. Any advice on how to get rid of it?

    In my child-theme style.css, I've already tried these fixes (currently active):

    [CSS moderated as per the Forum Rules. Please just post a link to your site.]

    I have no idea where else the white space would be coming from.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    It's the background of the footer:

    #footer {
        background: #FFFFFF;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
    }
  3. briceryant
    Member
    Posted 1 year ago #

    That's what my #footer already looks like in CSS, but the band of white is still there. I swear it's like a ghost.

  4. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Sorry - I meant #colophon

    #colophon {
        background:#fff;
        border-top: 0 none;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
    }

    Change it to #000.

  5. briceryant
    Member
    Posted 1 year ago #

    Brilliant, thanks - I mixed up my black/white codes, a mistake which, even for a noob, must mean I've been at the computer too long.

    Three cheers for esmi

  6. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Glad I could help :-)

Topic Closed

This topic has been closed to new replies.

About this Topic