Hi,
since it is static page, your “white space” is
1- “pad group” – where your content begins (below 1px thin line), it’s default is:
.pad { padding-top: 30px; }
If you want to raise whole text up, reduce px value and put above code in child theme CSS.
2-If you need some more extra pixels, your title (“CHEAP WEB…”) has following default values:
.page-title {padding-top:18px;}
.page-title {padding-bottom:17px;}
If necessary reduce any of 2 paddings, or both (also child theme).
Play with above code, find out what suits you best, and mark this thread [resolved] if that’s all.
Mike