404 page - by filmguerilla - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 2 years, 7 months ago ago by Rose Tyler

  • Avatar: Jef
    filmguerilla
    Participant
    August 31, 2021 at 22:05

    hi guys, i would like to know how can i edit the page height of my 404 page. i manage to add static block at theme option but in desktop mode the page is too tall. is it possible to edit this? http://prntscr.com/1qwk3z6

    Thanks!

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 1, 2021 at 06:43

    Hello,

    Use the next custom CSS code:

    .page-404 {
        margin-top: 0;
    }

    Regards

    Avatar: Jef
    filmguerilla
    Participant
    September 1, 2021 at 09:04

    Is it possible to have the content vertically centered at any view?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 1, 2021 at 10:26

    Change this code:

    .page-404 {
        margin-top: 10px;
    }

    to

    .error404 .page-heading {
        padding-bottom: 0px;
        margin-bottom: 50px;
    }
    .page-404 {
        margin-top: 0;
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.