In the site, http://ovariancancerprognosis.org would you know how to decrease the space between the post titles and the start of the post content?
In the site, http://ovariancancerprognosis.org would you know how to decrease the space between the post titles and the start of the post content?
Try editing style.css and changing:
#content .postcontent {
color:#333333;
line-height:18px;
padding:15px 15px 0;
}
to:
#content .postcontent {
color:#333333;
line-height:18px;
padding:0 15px;
}This topic has been closed to new replies.