Good idea – didn’t think about min-height on context. Not the approach I was thinking but works :)
Hi here is a page that isn’t work that has some content but not “enough” to force the footer to the bottom
https://cheneyconsultingservices.com/services/
(other pages are fine since they have tons of content)
Code wise I tried:
#footer{
width:100% !important;
position:absolute !important;
bottom:0 !important;
left:0 !important;
}
but the footer ends up sticking to the header, versus the bottom of the page.