MyBB Community Forums

Full Version: How to center banner?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok so i set up a new theme. But i cant figure out how to center the banner. Heres the site. www.deforums.tk.

THanks in advance.
Go to Templates & Style >> Templates selec your theme ... Expand Header Templates Edit the Header Find this code
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

Replace with this:
<div align="center" class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

Hope that's helpful
Thanks for pointing me in the right direction. I actually had to edit this code
<td rowspan="3" align="center">
<a href="{$mybb->settings['bburl']}/index.php">    
Wink Nothing Wink hope that's help you Toungue