You have apparently attempted to delete the tagline, but left the <h1> tags in the define. Since the define is not empty
if (HEADER_SALES_TEXT != '') {
a blank <h1> is output which takes up space.
You have apparently attempted to delete the tagline, but left the <h1> tags in the define. Since the define is not empty
if (HEADER_SALES_TEXT != '') {
a blank <h1> is output which takes up space.