Hi!
Instead of involving lots of javascript to fix this (sticky footer with dynamic height can be a headache), the best is probably to just increase the minimum height of the page with this custom css:
.main-inner { min-height: 600px; }
600 is default, perhaps up it to 800?
Thanks for the quick reply!
This does work, in a way, but the problem is that now on smaller screens you have a vertical scrollbar even though all that extra space is empty! I found this:
http://pixelsvsbytes.com/blog/2011/09/sticky-css-footers-the-flexible-way/
But I dont’t know exactly how or if this can be implemented to your current theme structure. Any thougths?
Thanks again!