3
i don't know if it works with all the themes, but i had the same probleme with my "Obscene V3" theme
so, in my "style.css" i turned the
#obLayout {
width: 760px;
into
#obLayout {
width: 100%;
and now it fits my screen's size ... hope it will help you