Try this:
nav { position: fixed; left: 50%; margin-left: (distance from center you want the left side) }
Try this:
nav {
position: fixed;
left: 50%;
margin-left: (distance from center you want the left side)
}