Ciao, prova così:
[html]
<div id="wrapheader">
<div id="logodesc">
<table width="100%" cellspacing="0">
<tr>
<td><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
</tr>
<tr>
<td width="100%" align="center"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
</tr>
</table>
</div>
[/html]Poi vai in theme/stylesheet.css e cerca:
td {
padding: 2px;
}
```e sostituisci con:
td {
padding: 0;
}