[WISH] CENTER the Main Menu

Started by petesky, November 05, 2010, 11:56:00 AM

Previous topic - Next topic

petesky

Please add a layout feature to center the menu finally. Thank you
If someone has an easy and good css hack please let me know. Thx


petesky


Hj Ahmad Rasyid Hj Ismail


petesky


Hj Ahmad Rasyid Hj Ismail

I am not sure whether this can work. Since you have installed it (most probably by emulating to RC3) try opening index.css and find:
#main_menu
{
padding: 0 0.5em;
float: left;
margin: 0;
width: 98%;
}

Replace:
#main_menu
{
padding: 0;
float: left;
margin: 0 0 0 6px;
width: 100%;
position:relative;
}

Advertisement: