Unwanted space between content and footer
-
I’m getting an unwanted blank line between the end of my content and the beginning of my footer. Looking at the source and at the page in Firebug there seems to be a
<div style="clear: both;"> </div>
being inserted between the
</div>
for #page and the</div>
for #content. The clear both isn’t in any of my CSS or in index.php or footer.php so I’m not really sure where it’s coming from unless the core generates it somewhere. Having the clear there is actually probably not a bad thing as there are some floats further up, but I don’t want the as part of it.Anybody know where I can get rid of it from?
Thanks.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Unwanted space between content and footer’ is closed to new replies.