Still can’t get it to work. I added it in my style sheet like this but its not changing the spacing. Thanks.
/************************************************
* Content *
************************************************/
#content {
width: 820px;
margin: 0px auto 0px;
padding: 0px 0px 0px 0px;
line-height: 20px;
}
#content .post {
margin-bottom: 50px;
}
#content p {
padding: 0px 0px 15px 0px;
margin: 0px;
}
#content h1 {
color: #202020;
font-size: 22px;
font-family: Times New Roman, Tahoma, Verdana;
font-weight: normal;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
}