[Support request] Sticky Footer

Home Forums Support [Support request] Sticky Footer

Home Forums Support Sticky Footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2221363
    ishtiaque

    How can I fix this? https://prnt.sc/26QZkZK8I9Ci
    shoestester. com/contact-us/

    #2221450
    Ying
    Staff
    Customer Support

    Hi there,

    Just make sure that you want the footer to be fixed at the bottom of the screen?

    If so, try this CSS:

    .site-footer {
        position: fixed;
        bottom: 0;
    }
    #2221458
    Clive

    Or maybe just set a minimum content container height?

    #2221463
    Ying
    Staff
    Customer Support

    I’m not sure what you are trying to achieve, can you explain your idea a bit more?

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.