Super wide content, for extra wide screens
submitted by
.container-lg {
max-width: 98%!important;
}
.main_pane {
width: 80%;
}
#side_pane {
width: 20%;
}
You might want to experiment with changing that 98% to 1600px or some other px value…
Rimu