Moreno5, I’m having the same problem. I was wondering if you could share your solution? Currently I have the menu bar centered, but the sub-menus aren’t working properly now. I’m a complete CSS n00b, fyi.
Website: kassiemiedema.ca
ul.nav-menu, div.nav-menu > ul {
margin: 0;
text-align: center;
}
.nav-menu li {
display: inline-block;
text-align: left;
float: none;
}