• Resolved briceryant

    (@briceryant)


    Just below the footer image, there is a tiny band of white:
    https://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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • It’s the background of the footer:

    #footer {
        background: #FFFFFF;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
    }
    Thread Starter briceryant

    (@briceryant)

    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.

    Sorry – I meant #colophon

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

    Change it to #000.

    Thread Starter briceryant

    (@briceryant)

    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

    Glad I could help ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘White Space below footer (twenty-ten)’ is closed to new replies.