Reputation: 945
There is a gap between the breadcrumbs and the heading! I cant figure out how to remove it?
http://www.perfectclaims.com/ppiclaimsnew/index.php
Thanks
Upvotes: 0
Views: 138
Reputation: 78697
The p tag has a default top margin (of 1em?)
try resetting this or use a reset stylesheet
p { margin-top : 0 }
Upvotes: 2