-
-
Hi,
I’m having issues getting my footer to “stick” to the bottom of the page with the Specular Theme, so that there is no whitespace below it. (demo of what I want to do: https://www.cssreset.com/demos/layouts/how-to-keep-footer-at-bottom-of-page-with-css/)
I tried finding a setting within theme itself, and then tried using custom CSS with absolute positioning, but was failing hard… (even after trying to add !important after every line)
Can you please tell me either what button I’m missing, or what CSS I should use, to get the footer to “stick” in Specular – thanks.
Thanks.
-
Hello,
It’s because you haven’t added enough content. Can you show us your site url?
Regards!
-
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.
-
Good idea – didn’t think about min-height on context. Not the approach I was thinking but works :)
-
You must be logged in to reply to this topic.