• Resolved lesmizzell

    (@lesmizzell)


    Is there any way to make the footer stick to the bottom if the content doesn’t have enough height to push it there?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Chosen!

    Try adding the following CSS to keep the footer at the bottom of the site:

    .overflow-container {
      min-height: 100vh;
    }
    .site-footer {
      position: absolute;
      bottom: 0;
    }

    Please copy & paste the code above into the “Custom CSS” section in the Customizer (Appearance > Customize), and it should take affect right away.

    Thread Starter lesmizzell

    (@lesmizzell)

    Works a treat! Thanks very much!

    So far, all other customizations are going well!

    Theme Author Ben Sibley

    (@bensibley)

    Great glad I could help ??

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