MyBB Community Forums

Full Version: Need Header CENTERED!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Im trying to get my toplinks right above the welcome block. The "Latest News, Forum, Shop etc." needs to be right under the logo and centered.

Im having a difficult time doing this ive tried alot.

Anyone has a solution please share!


[Image: s3nd5c.png]


URL: GamingGeneral.net
Can you please provide your forum URL? Smile
URL: GamingGeneral.net
AdminCP -> Templates & Style -> Templates -> Your Theme's Templates -> Header Templates -> header

It should just be a matter of moving:

<ul class="topmenu">
<div class="wrapper" center="">
			<li>
				<a href="http://gaminggeneral.net/portal.php">Latest News</a>
				</li>
				<li>
				<a href="http://gaminggeneral.net/index.php">Forum</a>
				</li>
                                <li>
				<a href="http://gaminggeneral.net/newpoints.php?action=shop">Shop</a>
				</li>
<li>
				<a href="http://gaminggeneral.net/mysubscriptions.php">Upgrade</a></li>
<li>
				<a href="http://gaminggeneral.net/myawards.php">Awards</a>
				</li>
<li>
				<a href="http://gaminggeneral.net/contact.php">Contact</a>
				</li>
</div></ul>

to the end of your header template.
(2012-10-14, 09:17 PM)Vernier Wrote: [ -> ]AdminCP -> Templates & Style -> Templates -> Your Theme's Templates -> Header Templates -> header

It should just be a matter of moving:

<ul class="topmenu">
<div class="wrapper" center="">
			<li>
				<a href="http://gaminggeneral.net/portal.php">Latest News</a>
				</li>
				<li>
				<a href="http://gaminggeneral.net/index.php">Forum</a>
				</li>
                                <li>
				<a href="http://gaminggeneral.net/newpoints.php?action=shop">Shop</a>
				</li>
<li>
				<a href="http://gaminggeneral.net/mysubscriptions.php">Upgrade</a></li>
<li>
				<a href="http://gaminggeneral.net/myawards.php">Awards</a>
				</li>
<li>
				<a href="http://gaminggeneral.net/contact.php">Contact</a>
				</li>
</div></ul>

to the end of your header template.


Looks very good! Now all i need is the center, thank you for your help so far.