ditto here … would love to be able to increase the sidebar width without blowing out the theme … e.g., i wanted to get sidebar to 300px from default of 212 so i changed three things – #sidebar, #post, #main and no go … i see page is 978 width so i added width 678 to the post and main ids but text and widgets in sidebar get slid under and dissappear in main post area … ugh .. css code tweaks below …
#sidebar {
margin-left: -1px;
float: right;
/* CHUCK CHANGE from 212 */
width: 300px;
position: relative;
top: 0;
padding: 6px 12px 18px 12px;
}
/* CHUCK MODS - force widths */
#main {
background: #fff;
width: 678px;
}
#postbox {
background: url( i/white-93.png );
margin-right: -1px;
width: 678px;
}