MyBB Community Forums

Full Version: Put a space between top menu and panel box?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey!

Go to my site at teachgalaxy.com

There you can see that the top menu and the panel is very close to each other. I want to put a space between them. How do I do that?
in your header template find <div id="panel"> AND add <br /> before that code
Thanks it worked. But now the witdh of the panel box is too wide. I want it as wide as the news box below. How do I change the size?
" But now the witdh of the panel box is too wide " <-- it was wide earlier AND same now !!
please paste your header template content in code tags here ...
Yeah, but I tried to change the width in global.css, but the problem still exists.

<div id="container">
<a name="top" id="top"></a><div id="header"><center><div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div></center>			

<div class="menu">				

<ul><center>					
<li><a href="http://teachgalaxy.com/"><img src="images/problue/home.png" />Home</a></li>								
<li><a href="donate.php"><img src="images/problue/upgrade.png" />Upgrade</a></li>					
<li><a href="{$mybb->settings['bburl']}/search.php"><img src="images/problue/search.png" />{$lang->toplinks_search}</a></li>					
<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="images/problue/members.png" />{$lang->toplinks_memberlist}</a></li>					

<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="images/problue/help.png" />{$lang->toplinks_help}</a></li>					
<li><a href="myawards.php"><img src="http://forumsource.org/other/awards.png" />Awards</a></li>
</center></ul>			
</div>			
<hr class="hidden" /><br />			

<div id="panel">				

{$welcomeblock}		
</div>	
</div>
<hr class="hidden" />
<br class="clear" /><br><br />
<div id="content">		
{$pm_notice}			
{$bannedwarning}			
{$bbclosedwarning}			
{$unreadreports}			
{$pending_joinrequests}			
<navigation>			
{$board_messages}
Managed to change the width of the panel box!
^ :oops: I haven't seen your response dated 5th August - glad that you've fixed it Smile