MyBB Community Forums

Full Version: Aligning Logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I would like to align Boss Forum's logo in the center.
What is the link to your forum?

Add this to the containing div:

style="text-align: center;"

Sample:

<div id="logo" style="text-align:center;">
<img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" />
</div>

You will have to make some minor corrections to make it look pretty.