MyBB Community Forums

Full Version: Removing Toplink spacing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've spent about a hour+ just trying to remove the spacing on my forums but to no avail I don't know how to fix it..

[Image: fe4078e6a1faa5ea5ae69ab529d0cac0.png]

<div id="container">
		<a name="top" id="top"></a>
		<div id="header">
			<div id="logo">
				<div class="wrapper">
					<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
				</div>
			</div>
			<div id="panel">
				<div class="upper"><!-- This div(class="upper") is closed in the header_welcomeblock_member and header_welcomeblock_guest templates -->
					<div class="wrapper">
						<ul class="menu top_links">
<li><a 
href="{$mybb->settings['bburl']}/servers.php"><img 
src="http://reanimatedgaming.com/forum/images/1/icons/servers.png"
title="Servers" />Servers</a></li>
<li><a 
href="{$mybb->settings['bburl']}/donate.php"><img 
src="http://cdn4.iconfinder.com/data/icons/pc_de_hamburg_icon_pack/16x16/bestseller.png"
title="Donate" />Donate</a></li>
<li><a 
href="{$mybb->settings['bburl']}/showteam.php"><img 
src="http://reanimatedgaming.com/forum/images/1/icons/forumteam.png""
title="Staff List" />Staff List</a></li>



							<li><a href="{$mybb->settings['bburl']}/memberlist.php" class="memberlist">{$lang->toplinks_memberlist}</a></li>
                                                        <li><a href="{$mybb->settings['bburl']}/search.php" class="search">{$lang->toplinks_search}</a></li>
						</ul>
						{$welcomeblock}
			</div>
		</div>
		<div id="content">
			<div class="wrapper">
				{$pm_notice}
				{$bannedwarning}
				{$bbclosedwarning}
				{$unreadreports}
				{$pending_joinrequests}
				<navigation>
				<br />
What am I doing wrong?
Can you post the forum's URL so that I can view/check the CSS under that section?
Close thread, i switched themes.