[Resolved] Stop a footer from floating up

Home Forums Support [Resolved] Stop a footer from floating up

Home Forums Support Stop a footer from floating up

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #926354
    Ivan

    As described in an old post there is a problem with the footer floating up when there is less content, Is there any CSS Solution to fix this until the GP Team maybe (I hope) add this as a feature to GP.

    Thanks

    DEMO SITE LINK ADDED

    #926358
    Leo
    Staff
    Customer Support

    Hi there,

    What if you add this CSS:

    .site-footer {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
    }

    Or try David’s solution here:
    https://generatepress.com/forums/topic/fixed-page-height/#post-891498

    #926359
    Ivan

    Worked thanks, is it also possible to push the site-content down to the footer?

    EDIT: The solution you send me worked Thanks!

    #926368
    Leo
    Staff
    Customer Support

    Awesome 🙂

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