In desktop the text size is perfectly readable, but in mobile the text is too small.
Is it a problem caused because the form is embeded in the website? is there a way to put the mobile text bigger?
is the problem solved if we saw the form directly in a typeform subdomain?
Thanks.
Best answer by jeremielp
Two comments:
When your load your Typeform URL directly, there is not such problem
The GDPR Cookie bar on your website also has the same problem
Therefore, this is not a Typeform issue, rather a style issue in your WordPress theme. You shoud check with a WP developer to fix it.
The problem is likely that you are hardcoding the width/height of the form with Javascript in the following script, while you should do it with CSS, so that Typeform can then adjust its form based on the container. Both scripts likely conflict and you have an issue with Retina phones.
When your load your Typeform URL directly, there is not such problem
The GDPR Cookie bar on your website also has the same problem
Therefore, this is not a Typeform issue, rather a style issue in your WordPress theme. You shoud check with a WP developer to fix it.
The problem is likely that you are hardcoding the width/height of the form with Javascript in the following script, while you should do it with CSS, so that Typeform can then adjust its form based on the container. Both scripts likely conflict and you have an issue with Retina phones.