サイドバーの幅の制限をなくしたいのですが、(制限なく広げられるようにしたい)これではだめなんでしょうか?
#sidebar {
max-width: none !important;
min-width: 0px !important;
}