MyBB Community Forums

Full Version: How can I add a new space here?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 2eaa00ba03f9c0619971cb2d17531675.png?1355112274]

I need more space between the awards, and the shop. How can I accomplish this?

Header Template:

<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']}/search.php" class="search">{$lang->toplinks_search}</a></li>
							<li><a href="{$mybb->settings['bburl']}/memberlist.php" class="memberlist">{$lang->toplinks_memberlist}</a></li>
							<li><a href="{$mybb->settings['bburl']}/calendar.php" class="calendar">{$lang->toplinks_calendar}</a></li>
                                                        <a href="http://capitalcorporation.co/myawards.php"><img src="http://cdn1.iconfinder.com/data/icons/fatcow/16x16_0080/award_star_gold_2.png" />Awards</a>
                                                        <a href="http://capitalcorporation.co/newpoints.php"><img src="http://cdn1.iconfinder.com/data/icons/ledicons/coins.png" />Store</a>                             
						</ul>
						{$welcomeblock}
			</div>
		</div>
		<div id="content">
			<div class="wrapper">
				{$pm_notice}
				{$bannedwarning}
				{$bbclosedwarning}
				{$unreadreports}
				{$pending_joinrequests}
				<navigation>
				<br />
There are ways to do it.

The easiest noob way without any coding knowledge is edit your store's coin icon expanding the palette horizontally adding more blank space :p
Stupid me. I should have figured that out. Thanks!