Posts: 10,688
Name: Steven Bradley
Location: Boulder, Colorado
|
Matt is the issue that the first line of text is dropping too low? If it is then it's a combination of decreasing the bottom margin of the heading and the top margin of the paragraph.
The space you end up seeing between them will always be the greater of the two so if you were to set the paragraph to have a margin-top of 0, but did nothing with the heading then you'll get whatever margin the heading has as a default in margin-bottom.
If that's not the issue let me know what it is and I'll take another look.
|