I am trying to find the code to modify the space between the bottom of my post and the "This entry was posted in...." meta line.
I thought it would be related to footer.entry-meta, but modifying that with a
top: 80px; code doesn't seem to help.
Here is the site:
http://truenorthalliance.com/blog/?p=1
I also tried this:
.singular footer.entry-meta {
top: 80px;
}