-
Closed
-
I am trying to center the navigation buttons. I have tried several CSS suggestions that I searched on in the forum but none of them have worked. This is what I currently am using but I don’t see a change.
.nav-menu {
display: block;
margin: 0 auto;
text-align: center;
width:960px;
}
.nav-menu li {
display: inline-block;
float:none;
border-right:0;
}
The topic Center Nav Menu is closed to new replies