Forums
Forums / Everything else WordPress / Add blank space
(@makta112)
14 years ago
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.
(@alchymyth)
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; }
.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 😉
The topic ‘Add blank space’ is closed to new replies.