Hot WordPress Themes › Support Forum › WordPress Themes › Academy › floating footer
I know you were planning to have a lot of content on all pages of this theme but I have made quite a few changes and so the footer is going up and down with the pages. I would like it to stay at the bottom.
http://fwmdev.com/mfluid/
Hello,
You can add this in theme’s style.css file:
.footerrow { position: absolute; bottom: 0; }
Regards, Milos