On litteacher.com, I am running WP 3.04 and Atahualpa 3.5.3. In another thread (http://forum.bytesforall.com/showthread.php?t=11835), STB recommended I use the following code to move the black footer below the center column.
Code:
div.post-bodycopy > table + table {margin: 0px -10px;} div.page {padding-bottom: 0px;}
The footer is set to be 1280px wide, which is the same width as the fixed width site. I am aware that it is not showing as that wide.
Not specifying a width makes the footer extremely small in terms of width.
Making the footer wider than 1280 does not result in any change.
Would anyone know how expand the footer so that it covers the beige borders or move it down completely under the center column?
Thank you for your help.