I have a variable width header that must have a background color that is as wide as the text (no wider). The only way I can think of doing this (with no ext
Solved using display: table; on the heading (with margin: 0 auto;).