• Resolved darristan

    (@darristan)


    Hello there! Like title, I tried to move the footer bar to always at bottom (due to short content on some pages). Tried with code below but it stuck at where its initial place . How should I do this?

    imgur

    /* Pad footer from bottom */
    .site-footer {
    	position:absolute;
    	bottom:0;
    	width:100%;
    }

    Thanks in advance.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to make footer bar always at bottom?’ is closed to new replies.