I'm trying to center this bottom nav on a test site: http://heroicdreams.com/kktest/
The ul li uses float:left; which is what I think is making it stay stuck to the left. I'm trying to figure out how to get it to be centered. To get the links displayed horizontally I needed to float them left, but now I can't get the whole nav to be centered.
Is there a way?
I've looked through a variety of posts on here but can't find one that specifically answers what I'm looking for.