Footer positioning

edited August 2015 in Theme support
Hello,
I'd need my footer to stick at the bottom of the page - just like the default does, only when there is not enought content on the page to be push down to the bottom.

The Default is great on page http://krivonet.cz/chci-se-pripojit/

But looks ugly on http://krivonet.cz/pro-cleny/   (this is where it'd be great to have it pushed down)

Is that possible? 

Comments

  • Hi,

    at this moment we do not have such an option included but we'll consider this while future updates. However, now we got only one solution that will work and it's below css:
    #Footer {
        bottom: 0;
        left: 50%;
        position: fixed;
        transform: translate(-50%);
    }
Sign In or Register to comment.