I am having some problems with the footer on my blog. Take a look at it here. Right above the footer, there is a blank, black space with nothing in it. Above it is the feed url, but it isn't on the black background, it's on the background image of my blog. I code HTML and CSS, so I can apply custom rules, but the system is so complex that I don't know what to change. Any suggestions?

enter image description here

link|improve this question
I recommend you provide either a screen shot or some code (or both), whichever best represents the problem you're having. The problem with just providing a link to your blog is that once you fix the problem, this question won't make sense to anyone. – Bill the Lizard Aug 12 '11 at 19:17
Oh, I'm sorry. I'll post a shot. – daviesgeek Aug 12 '11 at 19:17
I was looking at the DOM (html structure) of your template and it's pretty messy. Actually your box is in <div id="HTML2" class="widget HTML"> and you links are on a div with class ="blog-feeds" outside of that box. I would recommend choosing a template that is semantic and simple in structure or you may have other problems in the future. – Osvaldo Aug 13 '11 at 8:23
@Osvaldo I know!! The structure is crazy, but I really want to keep this template. Can I possible just recode it? – daviesgeek Aug 13 '11 at 15:48
feedback

migrated from stackoverflow.com Aug 12 '11 at 19:15

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.