Can anybody tell me how to bring up my post to meet the header. There's too much danged space and I have no idea why!
Can anybody tell me how to bring up my post to meet the header. There's too much danged space and I have no idea why!
adjust this,
#header {
margin: 1em 0 5em 0;
font-size: 1.4em;
}
margin: TOP RIGHT BOTTOM LEFT
So, the 5em value is what needs to be adjusted. You can use em, pixels, or %
This topic has been closed to new replies.