MyBB Community Forums

Full Version: Center My Logo !!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well, that centered my logo, along with every thing else
on the page that is not specifically defined otherwise.
Any other ideas.

Thanks,
Chewch
Try this:

Open the template header and search for
<div class="logo"><a href="$settings[bburl]/index.php" name="top"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a></div>
Replace with
[b]<div align="center">[/b]<div class="logo"><a href="$settings[bburl]/index.php" name="top"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a></div>[b]</div>[/b]