I'm using the k2 theme on wordpress at http://spicapublishing.co.uk and I like it, but I think it's a bit too thin on the screen. I've got it set to two-column and like it that way, so I want to change it so that it takes up at least the same amount of room as the three-column version (but still be two columns).
I had a look in the css file for it in Appearance>Editor, and I found some code there that says:
.columns-two #page {
width: 780px;
}
I tried changing that to 950px but while it widened the page, the columns didn't widen too (there was lots of blank space). When I set it back to 780px, the whole layout got really messed up for some reason (I'd made no other changes) and I had to copy the original css file from the theme over the edited one again (via FTP) to fix it.
I'm not all that familiar with css, but can anyone tell me what I have to do and/or edit to make this work? I really just want it to be 950 pixels wide, with the right sidebar staying the same width as it does now, but the main text window being wider and filling up the rest of the space.
Thanks!