Lego2012
12/13/2016 - 4:49 PM

Center Navigation Menus

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;
}