I'm guessing that what you meant is to have your columns on the far edges of the page. Since I don't like what appears to be cramped quarters, I did some playing and made it work by changing the css for
/*wrappers - page or section containers*/
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 750px;
vertical-align: top;
border: 1px solid #9a9a9a;
}
to 100% instead of the 750px. This does cause some offsets that may need to be tweeked, maybe by modifying a few other settings.
This worked for both a one column and a duo column setup.



Reply With Quote
