When contact form is viewed on a mobile phone, the reCAPTCHA is hidden. The only way to show the full form, is clicking "Send kopi til deg selv" (Send copy to yourself). Then the reCAPTCHA gets visible. How to fix this mobile view error?
fossa Hi open /templates/buildr/css/theme.colourshift2.css Add this code at the end of file
.contact .tab-pane.active { max-height: 100%; }
This solved the issue. Thanks a lot!