Hi,
I want to center the top menu in my site, currently it is aligned to the left.
In the CSS file the line that controls the menu is:
#navigation{height:35%;margin-top:1px;font-size:12px;background-color:#E5F0FA;overflow:hidden;width:100%;float:left;}
I tried adding:
margin-left:auto;margin-right:auto;
Also tried adding to the relavnet DIV:
<div id="navigation" style="text-align:center;"><jdoc:include type="modules" name="user3" style="xhtml" /></div>
Both didn't help.
Link to my site:
http://www.gamestoenjoy.com
How can I center this menu?
Thank you for your help :)