first: add the following to your stylesheet.css
#logosidebox{
margin: 0em;
margin-top: 1.5em;
border:none;
}
#logosideboxContent {
text-align:center;
}
#logosideboxHeading{
margin: 0;
padding: 0;
}
second: add additional <br /> to the following in tpl_logo_sidebox.php:
$content .= '<br />' . $logoimage1;
$content .= '<br />br />' . $logoimage2;
Bookmarks