in your style.css you will have to find #page and write margin: auto;
if there is margin property already – replace it…
i like the new one more 😉
at the moment your page width is set to 100%, make it 90%, 80% – you decide – and yes – side columns will move as well.
For your #page you will have to add margin auto – so it stays in the middle, get rid of background for your body (dotted border…), and also your #absnav which is after footer need to be adjusted as well – left property plus 264px;
Bit messy – but this is the quickest fix… hope it makes sense…
good luck
did work for me:
i’m working with default theme…
.entry ul li:before, #sidebar ul ul li:before {
content: “0BB 020”;
}
good luck
tom