Minor CSS Changes to Footer Section

Posted in Mods on June 13th, 2005 by Ulysses

I noticed in the original Black-Letterhead theme, the footer section didn’t exactly line up with the rest of the layout. So, I made some minor changes to CSS to correct this. This code fixes the layout problem for Firefox users, but not IE. If you have a fix for IE, please let me know.

[source language=":css"]
#footer {
padding: 0 0 0 0px;
margin: 0 auto;
width: 760px;
clear: both;
}
[/source]

I also added (20px) in the “body” to add footer space for IE users.

[source language=":css"]
/* Begin Structure */
body {
margin: 0;
padding: 0 0 20px 0;
}
[/source]

Tags: