guys im just a newbie here and i just want to know how t i edit my navigation?
this is my navigation
i want to make it like this
![[Image: changed.png]](https://camo.mybb.com/287c490ead513e19b20fdb4358f7e500d7f766d7/687474703a2f2f696d6734362e696d616765736861636b2e75732f696d6734362f323735362f6368616e6765642e706e67)
-thanks to JonP for helping me
HOW CAN I "EDIT, MOVE, RENAME my NAVIGATIONs & ADD ANOTHER NAVIGTION LINK"????
need help!! please!!!
NEED HELP PLEASE!!
If you know some html codes it's an easy thing, just go to ACP -> Templates and Styles -> Templates -> edit your current theme header, you will see those already existing links there.
No problem, just trying to help if can

sir can you edit my code and gave the right code to center my navigation links/bars
'cause i tried to edit it but i can't
i can only make it's position to left but i cant make it in CENTER...
please help me sir...
more power!
here's my HTML CODE:
<div id="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
<div id="submenu"><div id="submenu_left"><strong><a href="{$mybb->settings['bburl']}/portal.php">Portal</a><a href="{$mybb->settings['bburl']}/index.php">Forum</a></strong></div><div id="submenu_left"><strong><a href="{$mybb->settings['bburl']}/search.php">{$lang->toplinks_search}</a><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a><a href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a></strong><br /></div></div>
<div id="container">
<a name="top" id="top"></a>
<div id="header">
<hr class="hidden" />
</div>
<hr class="hidden" />
<br class="clear" />
<div id="content">
{$welcomeblock}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
<br class="clear" />
Look for "submenu" in your global css and add the following to it
text-align: center;
already trie'd it but nothing happen any suggestions??
Perhaps get rid of this class?
submenu_left
i also tried to edit submenu_left & submenu_right & change the floating position to CENTER
but noting happes may navigation went all in right and vertical position
here's my submenu_left & submenu_right code:
#submenu_left a {
color: #2ba8ec;
float: center;
}
#submenu_right a {
color: #2ba8ec;
float: center;