Ver Mensaje Individual
  #10 (permalink)  
Antiguo 18/11/2015, 07:04
oscaar90
 
Fecha de Ingreso: febrero-2015
Mensajes: 55
Antigüedad: 9 años, 3 meses
Puntos: 7
Respuesta: Footer abajo del todo

Ahora toca ajustar el footer...
Añade un margin-top a tu footer
Código CSS:
Ver original
  1. footer{
  2.         width: 100%;
  3.         height: 70px;
  4.         background: #993c39;
  5.         position: fixed;
  6.         bottom: 0;
  7.          margin-top: 150px;
  8.         z-index: -9999;
  9.     }

Ves jugando con ese margin-top: 150px subiendolo o bajandolo, y ya nos dirás que tal :)