Homepage › Community Forums › Optimal Theme Support › How do I center the Entire Primary Navigation Menu? › Reply To: How do I center the Entire Primary Navigation Menu?
Try adding this code to your css –
.sub-menu li { text-align: left; }
This should make all of the links inside of your submenu align to the left, which shouldn’t affect the main navigation.
Let me know if that works.