Hi,
My web site is http://www.giftsrus.org (and is in progress). My theme is Sandbox v1.6.1.
I've spent hours and can't find a resolution. I need to make my left sidebar wider, thus reducing the size of the content container. Any help would be greatly appreciated.
Thx,
epak
Try editing /examples/2c-l.css and changing:
div#container {
float:right;
margin:0 0 0 -200px;
width:100%;
}
div#content {
margin:0 0 0 200px;
}
div.sidebar {
float:left;
overflow:hidden;
width:180px;
}
to:
div#container {
float:right;
margin:0 0 0 -270px;
width:100%;
}
div#content {
margin:0 0 0 270px;
}
div.sidebar {
float:left;
overflow:hidden;
width:250px;
}
Hi esmi,
Thanks bunches! It works like a charm. I've seen your other comments on various questions and it seems you know this stuff quite well.
I hope that someday when I grow up, I too can help. :-)
Take care,
epak
Shoot! I've got be grown up too ;-)