In 2.03 we enhanced the seo layout, but in doing so we created an issue with the three column layout which causes text to overlay the footer.
We have a simple fix for this and are looking into other solutions as well.
Find this line in header.php:
Appearance > Editor
And change to:<body <?php body_class(); ?>>
And Save..<body onload="divHeight()" <?php body_class(); ?>>
That should fix any overlay issues, runoff content in the three column layout for now.



Reply With Quote