I can make the header and footer 100%. That's actually easy. Just need to take out the width factor in #page-container located in the altskin.css file.
Quote:
#page-container {
border: 0 none;
margin: 0 auto;
text-align: left;
/* width: 960px; */
float: none;
}
|
But doing this makes the content (the stuff in between the header and footer) 100% also. Seems like it would be easy to just give the in between stuff a width factor of 960px. But because these templates use floats, relative position, and bizarre padding, I can't come up with the right combination.