MyBB Community Forums

Full Version: How to put banner parallel to logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I want to put banner parallel to the logo of my forum. I am using AFreshLeaf template and here is the code of my forum header
<div id="container">
		<a name="top" id="top"></a>	
		<div id="header">
			<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
			{$welcomeblock}
		</div>
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			<navigation>
			<br />

Tell what changes are required.

Thanks
DIMSKK