For the life of me I can't figure this one out. I recently launched this site for my wifes business, www.yourhealthandwellness.ca, The footer is stuck in the right colums instead of the bottom of the page. I'm scratching my head on this one.

Can anyone offer a suggestion?

Thanks

Comments

Jody Lynn’s picture

study the divs in your second block on the right-hand-side. You have opened more divs than you have closed in that block. As a result, the footer is stuck inside the block's div. Go into that block's code or study it by viewing the html source of the page and count the divs to solve the problem. Also, get firebug: https://addons.mozilla.org/en-US/firefox/addon/1843 - it is useful in solving these kinds of problems.

--Zivtech--

ttraill’s picture

I'm sure I posted a thanks last night but it seems to not be here ?

In any event Thank you Lynn for the pointer. I was able to fix it up. Much appreciated!

Tim

mad-admin’s picture

..but only on my home page. Tried multiple 2-column themes, so it's not there. The last teaser on the home page needs a </div> before it. As is, it gets mangled then the footer gets squashed into the end of the right column. Could someone point me at the PHP that generates the teasers in $content?

Jody Lynn’s picture

You may have bad html in one of your node bodies, either from a wysiwyg editor or of your own doing.

--Zivtech--

mad-admin’s picture

You were right. I had created a story using BUEditor then edited it after changing to FCKEditor. Thanks!
Update: I had added div to the filter's list of allowed tags to enable FCK features. The page break was occurring between the div and the /div. Doh!

effiejayx’s picture

Thanks...

The blocks on the right kept going to the footer section and it turned out to be the

in the input filter used by the WYSIWYG editor.

It worked for me too.