I added this topic so it might be easier to find when searching about logo centering
This might have been posted but here is how to center the forum logo..
Open your index.template.php file as search for this:
<img src="', $settings['header_logo_url'], '" style="margin: 4px;" alt="', $context['forum_name'], '" />';
And change to this:
<div align="center"><img src="', $settings['header_logo_url'], '" style="margin: 4px;" alt="', $context['forum_name'], '" /></div>';
L8R
Jamz
Topic has been moved to Tips and Tricks (http://simplemachines.org/community/index.php?board=72.0).
You should also mention this will only work on the default (core) theme and variations of it.
Thanks for sharing :)