Center Navigation Menus
/* To center Primary and Secondary Navigation */ .nav-primary, .nav-secondary { text-align: center; } /* In Prose: */ #nav ul, #subnav ul { float: none; width: auto; display: table; margin: 0 auto; }