Right now, I'm trying to figure out how to stretch these sections in http://www.lolajl.net/blogredesign/ so that there isn't so much white space on either side, to match my current bog appearance (http://www.lolajl.net/blog/).
I've figured out that I need to override the base_theme settings for .layout-twt alpha, beta and gamma and tried to tweak these values but the white space is still remaining the same. So, what else do I need to change to get rid of the excess white space for the left and right? I thought I could set width for #container_inner but that didn't do the trick, either.
Here's what i have now in lolathemepurple.css:
CODE
#container-inner,
#content {
/* background-color: #fff; */
background: #fff url(pagebody-background.gif) repeat-x;
margin:0 auto !important;
}
#content {
/* background-color: #fff; */
background: #fff url(pagebody-background.gif) repeat-x;
margin:0 auto !important;
}
layout_twt alpha, beta and gamma not currently have any values in lolathemepurple.css.
