Reply To: How to center nav menu

#22115
yurek24
Participant

Hey guys just logged into my old email and saw these responses. I actually did find a solution to this.

Try adding the following code in your CSS:

#access ul {

float:none;
width:750px;
margin: 0 auto;

}