I have an H1 style for my site:
.centercol h1 { color: #006bb6; font-weight: normal; font-size: 18px; padding:3px 3px 3px 6px; border-lef
I recently solved this problem by using table-caption, though I cannot say if it is recommended. The other answers didn't seem to workout in my case.
h1 { display: table-caption; }