Answer the question
In order to leave comments, you need to log in
Templates with modular grids?
Where can I get empty templates with placed guides?
Answer the question
In order to leave comments, you need to log in
philipwalton.github.io/solved-by-flexbox/demos/sti...
well, or as an alternative - galengidman.com/2014/03/25/responsive-flexible-hei...
options with position:absolute yesterday.
* {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
height: 142px; /* .push must be the same height as .footer */
}
/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question