I was in the same predicament ( the forum lonely floating in 1920px of horizontal resolution ), and temporarily solved it with a custom style ( sorry, only for Firefox users who can install the handy
Stylish add-on ).
Right-click on the Stylish icon, click on 'Write New Style', select "for e-cigarette-forum.com" and you'll be greeted with an already formatted css style form:
Code:
@-moz-document domain("e-cigarette-forum.com") {
}
Just add the line in red below, this way:
Code:
@-moz-document domain("e-cigarette-forum.com") {
[b][COLOR="Red"].page { width: 95% !important; }[/COLOR][/b]
}
Give it a name and save it.
( a minor caveat: the logo image has a fixed width ( 950px ), so it will not follow the 'widening'. But this could be easily fixed, if desired by the forum administrators )
