Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Peter Raschendorfer

    (@petersplugins)

    The only difference I can see is a greater distance between the rows. This is caused by the theme you are using. The theme defines a bottom margin of 100 pixels for the 404 error page. On normal pages the bottom margin is 40 pixels.

    You can change this with some extra CSS.

    Go to Appearance -> Customize -> Additional CSS.

    Enter the following code:

    .error404 #content .content-block div > *:last-child {
        margin-bottom: 40px;
    }

    This should do the trick.

    Please let me know if this solves the problem.

    Regards,
    Peter

    Thread Starter Michael

    (@michaelukr)

    Thanks you Peter for extra tip ))) i almost forgot to see CSS, and focused on a plugins last 2 months
    Its works now at 100%
    Thanks again))))))))

    Plugin Contributor Peter Raschendorfer

    (@petersplugins)

    My pleasure

    Regards,
    Peter

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘404 page looks badly’ is closed to new replies.