Reply To: How to center nav menu Written by yurek24 on March 10, 2016 Home › Support Forums › Theme Support › Pinboard › How to center nav menu › Reply To: How to center nav menu March 10, 2016 at 6:59 pm March 10, 2016 #22115 yurek24Participant 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; }