Hi guys, if you take a look at my wordpress blog at www.salescopyquickfix.com/blog, you'll notice that it does not have a footer. Instead, it moved to the end of my sidebar. Any ideas how to fix this? Thanks a lot.
First try removing the footer div from the content_box div and place ir outside it. If that doesn't fix it, on line 49 in your style.css file add to your #footer: It forces it to appear on a new section. If you use firefox, as you really should, there is an extension called "firebug". It helps diagnose problems really quickly so use it. Took me 2 min to find the prob, but more time typing this out
There might be a problem in your divs. Define a new div at the end and at that place write the code for menu. Zubair.
Oh sorry. Except if you go to the blog now, there's a line in the middle that cuts through the footer's separation. How to fix that?
Tried the other suggestion I mentioned in the post? That line is conflicting with the background image of the content_box div (line 33 in your css). However, if you move it out from that div, but keep it in the page div, it might still work.
I have no idea where to find the footer div so I can remove it out of the content_box div. In which file is it? CSS? Sorry, I'm really new to this.
If I knew how to review it, I wouldn't be asking here. I don't even have any idea where is the footer div that I'm suppose to take out of the content_box div. As far as I can see, it's already out!