How do you change the menu to float center instead of left? for Habitat template.
I tried to change it in the css but it remains to float to left
/** Hornav **/
#hornav > ul {
margin: 0;
}
#hornav > ul > li {
border: none;
float: left;
margin: 0;
list-style: none outside none;
line-height: 1.8em;
I can't provide the url because it's confidential.
Thanks