This topic has 4 replies, 2 voices, and was last updated 3 years, 2 months ago ago by Rose Tyler
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!
Hello,
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