• Hey,

    I’ve tried all the common fixes for sticky footer but can’t get it to work. The child theme I’m creating has no sidebar and some pages don’t have a huge amount to them so the footer creeps up the page.

    The only way I’ve managed to get it to work is with position fixed, but of course that presents it’s own problems.

    Any ideas? Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try “position:static” instead. Or try this:
    https://cssreset.com/how-to-keep-footer-at-bottom-of-page-with-css/

    Thread Starter Mr_Ike

    (@mr_ike)

    Thanks dzole0311,

    Position static is the default position value so the footer is already static.. Position fixed with bottom: 0 allows it to sit a the bottom of the viewport but not the page which means it constantly moves if the browser is resized.

    As for the CSS fix, that is probably the most common fix I’ve already tried. For some reason I just can’t get the page / .site or wrapper to actually be 100% height.

    Thanks anyway ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sticky Footer?’ is closed to new replies.