if you are referring to
this forum, then you have to remove header logo part from container div ,
put it at top AND adjust css code (eg.
#container {width:80%;}) to get required modification
I have done the width bit. But I don't understand the logo part. Could you explain more... Like the exact template and so. Thanks.
^ in general
header template begins with below code
<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>
you have to move the logo div content to the top AND do some css adjustments ...
I have done that. The logo is at the top now. But how do I place a background behind like the sites above? And also, how do I make the top menu like the one in forum source? It has a black/dark grey background behind.