It is necessary to align the logo in the center, not left. Logo code from index.php

<a href="<?php echo $mosConfig_live_site;?>" title="<?php echo $mosConfig_sitename; ?>"><img alt="<?php echo $mosConfig_sitename; ?>" src="<?php echo $mosConfig_live_site;?>/templates/minecraft/images/logo.png" width="940" height="145" border="0" align="bottom"/></a> 

Screen:

alt text

    1 answer 1

     <div style="display:block; margin:0 auto;"> <a href="<?php echo $mosConfig_live_site;?>" title="<?php echo $mosConfig_sitename; ?>"> <img alt="<?php echo $mosConfig_sitename; ?>" src="<?php echo $mosConfig_live_site;?>/templates/minecraft/images/logo.png" width="940" height="145" border="0" align="bottom"/> </a> </div>