MyBB Community Forums

Full Version: Centering Top banner
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
whats the template code to center the top banner?
Go to:

ACP -> Templates -> *Template Name* -> header

Find:

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

Then replace with:

Quote:<center><div class="logo"><a href="$settings[bburl]/index.php" name="top"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a></div></center>
thanks, i got support from another member here already, Smile