Hi Oliver,
I never realised this! You can change the width of the site.
Open the
header template.
Find:
Code:
<table width="<{if $settings[general_themeextended] == 1 || $ismodernbill == true || $ismodernbillv5 == true}>100%<{else}>830<{/if}>" border="0" cellspacing="0" cellpadding="0">
Replace with:
Code:
<table width="<{if $settings[general_themeextended] == 1 || $ismodernbill == true || $ismodernbillv5 == true}>100%<{else}>790<{/if}>" border="0" cellspacing="0" cellpadding="0">
For a width of 790 pixels.