Das kannst du in header.php ändern.
überall wo 800 steht musst du einen höheren wert (zb 900) eintragen.
zB.:
PHP-Code:
<body style="topmargin:5; leftmargin:0;">
<
table width="800" cellpadding="0" cellspacing="0" border="0" align="center"><tr><td valign="top" align="center">
<
table style="border:solid 1px #4B69FF" width="800" border="0" cellpadding="0" cellspacing="0" bgcolor="#FEFBF5"
mache:
PHP-Code:
<body style="topmargin:5; leftmargin:0;">
<
table width="900" cellpadding="0" cellspacing="0" border="0" align="center"><tr><td valign="top" align="center">
<
table style="border:solid 1px #4B69FF" width="900" border="0" cellpadding="0" cellspacing="0" bgcolor="#FEFBF5"
aus
PHP-Code:
<table width="800" border="0" cellpadding="0" cellspacing="0">
<
tr><td height="5"></td></tr></table>

<!-- 
Inhalt -->

<
table width="800" cellpadding="0" cellspacing="0" border="0"
mache:
PHP-Code:
<table width="900" border="0" cellpadding="0" cellspacing="0">
<
tr><td height="5"></td></tr></table>

<!-- 
Inhalt -->

<
table width="900" cellpadding="0" cellspacing="0" border="0"
Dann müsste dein layout breiter sein.