Page header covers over captcha check box

Mikleach
Visitor
1 0 0

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...

captcha.PNG

Thanks in advance... Michael

Reply 1 (1)

gina-gregory
Shopify Expert
742 51 211

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.