What is the correct way to force text in a div to vertically align to the middle? I have found a couple \'tricks\', but I need something that works with a single line and multip
Change display: inline-block; to display: table-cell;
display: inline-block;
display: table-cell;