I’d love to give you the exact code, but you have something on the site that blocks right clicks so I can really view it to tell you what to do.
In general you’re going to need to change values in the CSS files. You’ll need to change the sidebars so they are wider and probably make the whole site a bit wider to accommodate the new sidebar width.
Hey thanks for the reply!
I took the guard off so you should be able to right click on the site now, and I don’t mind having to change the width of the entire site.
I just took a look at the code and it’s going to be a fair bit of work. Your theme was build on a grid framework. So when you view source and see span-24 that’s making it fill 24 invisible columns.
First your going to need to change the width of the #container (screen.css line 24). Then your going to need to update each of the span- values so that they are set up for a wider site.
Then you can change the wrap on your sidebars from span-5 to span-6 (or something higher to make them take up another column). You’ll probably have to also change the wrapper on your main content from span-14 to something smaller to accommodate the wider sidebars. In theory since your making the whole site wider the content area could end up the same.
I’d bet you’re going to have to play with the column widths on the span- elements. You’ll need to divide your new total width site in to 24 columns, usually with 10px of padding.