Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/05/2015, 19:16
Avatar de AngelKrak
AngelKrak
 
Fecha de Ingreso: noviembre-2014
Mensajes: 917
Antigüedad: 10 años
Puntos: 91
Respuesta: cÓMO TE LO PONGO EN EL MEDIO ??

lo unico que se me ocurre es hacerlo mediante css ._.

Código CSS:
Ver original
  1. @media all and (max-width: 768px) {
  2. .col-xs-12 {
  3. text-align: center !important;
  4.   }
  5. }

si ese no funciona, haslo con este:

Código CSS:
Ver original
  1. @media (max-width: @screen-xs-max) {
  2. .col-xs-12 {
  3. text-align: center !important;
  4.   }
  5. }