>>971
/* サイドバー幅の制限をなくす */
#sidebar-box {
min-width: 5px !important;
overflow-x: hidden !important;
}
#sidebar {
max-width: none !important;
overflow-x: hidden !important;
}

こんな感じで自分の環境だとこれでいけたけど どうです?