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.
It's the background of the footer:
#footer {
background: #FFFFFF;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
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.
Sorry - I meant #colophon
#colophon {
background:#fff;
border-top: 0 none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
Change it to #000.
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