Home › Forums › CSS › Make footer of unknown height stick to bottom? › Reply To: Make footer of unknown height stick to bottom?
August 17, 2013 at 9:39 am
#147191
Participant
Whether you use sticky absolute positioned footer which gets pushed down by the content or you use fixed positioned footer you always have to know the footer height at different beak-points if the footer varies in height so you can apply correct bottom padding or margin on content div so the content clears the footer and is always visible above the footer. For that you use media queries to do that.