[Support request] how to lower the footer?

Home Forums Support [Support request] how to lower the footer?

Home Forums Support how to lower the footer?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1230859
    Anton Samarin

    Please advise, how can I lower the footer to make it stick to the bottom of the page https://prnt.sc/rv9cf8

    #1231141
    David
    Staff
    Customer Support

    Hi there,

    its kinda tricky to do that, you can try this CSS:

    html,
    body {
        height: 100%;
    }
    
    body {
        display: flex;
        flex-direction: column;
    }
    
    body .grid-container {
        width: 100%;
        box-sizing: border-box;
    }
    
    .container {
        flex: 1 0 auto;
    }
    #1246287
    Boris Jelen

    Hi,

    Sadly his line of code isn’t quite working as content above footer gets into center of page and squeezed together. The width of page content is same as content in footer: https://imgur.com/ZKFDE80

    Is there anyway to do this otherwise?

    Regards

    #1246352
    David
    Staff
    Customer Support

    Hi there,

    theres no simple fix to this – if you can add the code and link me to a page where i can see the problem i may be able to help fix that.

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