Page header covers over captcha check box

After submitting the contact us page the captcha page pops up. Problem is that the page header covers over the actual captcha check box. This prevents the user from actually submitting their information. Is there a fix for this? Page template is parallax…

Thanks in advance… Michael

You can fix this with some CSS. Try adding this to your main stylesheet.

.shopify-challenge__container {
  margin-top: 150px;
}

You may have to tweak that px value to get it adequately pushed down.