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!
Site URL: hidden Theme version: 8 WooCommerce version: 5.5.1Hello,
Use the next custom CSS code:
.page-404 {
margin-top: 0;
}
Regards
Is it possible to have the content vertically centered at any view?
Change this code:
.page-404 {
margin-top: 10px;
}
to
.error404 .page-heading {
padding-bottom: 0px;
margin-bottom: 50px;
}
.page-404 {
margin-top: 0;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.