Clicking on form field not working on mobile

My form field that works on desktop with clicks on a mouse does not respond to taps on a mobile device. It is not possible to tap “Your email address” until after clicking “Get Started”.


Here is my site Read-Only: [LINK][1]

hi @victoryau and welcome to WF Forum. The issue is caused by your div-manga-home that on mobile viewport covering (is above) your form element. The easiest way is to set z-index on form element. But the issue, why form element is covered should be revisited anyway in first place . When this will be fixed z-index would not be necessary.

BTW: It is good practice to use search input field on this forum to look for solutions before creating a new request. A similar issue was requested and solved a few hours ago and I believe there are other solved requests with identical issue.