Hello
I want to add some blank space between the content of my 404 page and the footer. How can I do so?
Here's the page: http://www.geimaku.com/sdfh
Thanks.
Hello
I want to add some blank space between the content of my 404 page and the footer. How can I do so?
Here's the page: http://www.geimaku.com/sdfh
Thanks.
use a tool such as Firebug http://getfirebug.com/ to identify the styles.
then add padding or margin to the respective style.
example:
.error404 #colophon { margin-top: 200px; }
but what is the point of styling a page that hopefully nobody will ever see?
Thanks. I am using Firebug but I just can't figure out some things.
People might see it ;)
This topic has been closed to new replies.