• Hello,

    I’m having a problem with the footer. Im using a large monitor, so when I view my site on pages with not too much content, the footer stays floating around the middle of the page instead of going all the way to the bottom like it does in smaller screens; was hoping someone migth have a css-mobile-friendly fix for this?

    Thank’s a bunch in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi!

    Instead of involving lots of javascript to fix this (sticky footer with dynamic height can be a headache), the best is probably to just increase the minimum height of the page with this custom css:

    .main-inner { min-height: 600px; }

    600 is default, perhaps up it to 800?

    Thread Starter abrahamgv

    (@abrahamgv)

    Thanks for the quick reply!

    This does work, in a way, but the problem is that now on smaller screens you have a vertical scrollbar even though all that extra space is empty! I found this:

    https://pixelsvsbytes.com/blog/2011/09/sticky-css-footers-the-flexible-way/

    But I dont’t know exactly how or if this can be implemented to your current theme structure. Any thougths?

    Thanks again!

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