MyBB Community Forums

Full Version: How do I
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Find the Length and Width of my banner space? (All the possible space I can put a banner.)
Go to ACP > Templates > header templates > header > Edit > You'll find code some thing like this;
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

You can change logo width && height in <img tag, like this;
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" width="313" height="114"/></a></div>