Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Underneath <div id="content"> ... </div>, remove this <br clear="all">.
sorry which file am i removing that from? cheers
i took it out of home and index and it did nothing then i took it out of column.php and it messes up the whole page if i do that 🙁
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Remove from sight using CSS display: none;.
mate while i appreciate your attempt to help me youre not really explaining much?? As in which files am i typing or removing stuff from?
I looked at your site and could not figure out where the gap is coming from — but you can get rid of it by putting a negative top margin on the footer (note the change in the margin line –add the -22px):
#footer-holder {
background: url("images/footer.jpg") no-repeat scroll 0 0 transparent;
margin: -22px auto 0;
min-height: 259px;
position: relative;
width: 960px;
}
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Which theme are you using?
thank you so much!!! finally lol nice one 😀