Resize - Content/Sidebar 590x340 ->630x300, how?
Id like to make the sidebar thinner and the main content wider...
Anyone know how and where to change something. I thought I was lucky changing in styles.css:
/* content */
.
.
.
.content_left { margin:0; padding:0 10px 0 0; float:left; width:590px;}
.content_right { margin:0; padding:0; float:left; width:340px;}
But it didnt help. Anyone?