Minor CSS Changes to Footer Section
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]
Hi!
I’m loving this cool theme. I tried tinkering with a few stuff and the results you can see at my blog. This is not final tho.
Cheers and respect!
Divi, Very nice. I like the slight color changes to your site. By the way, I’ve added your website to the list of websites running a modified version of Black-Letterhead theme. Cheers, Ulysses.