hey! i want to use a sticky footer, but it is not sticking to the bottom of the page. is there an easy fix? you see it here for example: http://tri-polis.de/philosophie-und-arbeitsweise/
thank you!
-
footer doesn't stick to bottom
-
HI @sascha
when you set the footer on the page you can try to add this to your custom CSS.
#footer-region { position: fixed; bottom: 0px; left: 0px; }
Let me know if that works for you!
Best!
Marius