Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @gn20cm,

    This is because you do not have an element with the appropriate height. but the solution is Here.

    In this case, you can use this solution: https://css-tricks.com/couple-takes-sticky-footer/ also, you can fix this issue on the error 404 page with the CSS below, so please put the CSS below in Customizing Environment > Custom CSS/JS on the “CSS code” section:

    @media(min-width: 1281px) {
        .error404 .site-footer {
            position: fixed;
            bottom: 0;
            width: 100%;
            width: 1280px;
            margin: auto;
        }
    }

    I hope it helps,
    Best,

    Thread Starter gn20cm

    (@gn20cm)

    This does not solve my problem. Thank you

    Hello @gn20cm,

    Alright, so please try this one:
    Head over to WordPress Dashboard > Theme Panel > My Library, create a new template for the 404 page.

    Then head over to appearance > Customizing > General Options 404 Error Page and select that template for your 404 page: https://i.postimg.cc/GtdVfrC0/image.png

    Best,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer error hanging high’ is closed to new replies.