ciao, da quello che ne so è un problemino del template, io ho risolto così
Apri overall_header.tpl
TROVARE
<tr>
<td width="100%" colspan="3">
<table class="forumline" width="100%" style="margin-left:10%;margin-right:10%;" cellspacing="0" cellpadding="0">
<tr><td class="row-header"><span>{L_STAFF_MESSAGE}</span></td></tr>
SOSTITUIRE
<tr>
<td width="100%" colspan="3">
<table class="forumline" width="100%" style="margin-left:0%;margin-right:0%;" cellspacing="0" cellpadding="0">
<tr><td class="row-header"><span>{L_STAFF_MESSAGE}</span></td></tr>
la stessa modifica la devi fare su tutti i template dei temi che utilizzi
ciaoooo