MyBB Community Forums

Full Version: Banner
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Could someone tell me how i center my banner? and where i can get some good layouts from?

Thanks!
So if you are talking about the logo it is in
Admin CP > Templates > Modify / Delete >expand > header

find

 <div class="logo"><a href="$settings[bburl]/index.php"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a></div>

replace with

<div class="logo" align="center"><a href="$settings[bburl]/index.php"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a></div>
 

regards