Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/10/2015, 21:38
Avatar de AngelKrak
AngelKrak
 
Fecha de Ingreso: noviembre-2014
Mensajes: 917
Antigüedad: 9 años, 5 meses
Puntos: 91
Respuesta: Centrar elementos menú

especificale un width a tu "contenedor" del menu y centralos con margin ;)

algo asi:
Código CSS:
Ver original
  1. .nav-list{
  2.    width: 60%;
  3.   margin: 0 auto;
  4.  
  5. }

Demo:
http://codepen.io/anon/pen/Vvbmmd?editors=110