Form in mobileissue! | Community
Skip to main content
Answered

Form in mobileissue!


Hi.

 

I want to rise ‘start’ button in my form at mobile view,

But I don’t know how can it be done.

 

Would you please help this?

Thanks!

 

 

Best answer by jeremielp

Try to set the height of the IFRAME that contains the typeform to 80% instead of 100%. That will reduce the height of the typeform, and the button will appear higher on the screen.

iframe {
   width: 100%;
   height: 80%;
   min-height: 80vh;
}

Drawback is that you will loose some space so the form will not occupy all the screen, which can be an issue if you have lenghty questions later in the form.

View original

3 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14904 replies
  • March 17, 2023

Hi @YY11 Happy Friday! I’m afraid it’s not possible to move the buttons on the form, but I can share this feedback with the product team. 


Forum|alt.badge.img+5
  • Community Wizard
  • 127 replies
  • Answer
  • March 18, 2023

Try to set the height of the IFRAME that contains the typeform to 80% instead of 100%. That will reduce the height of the typeform, and the button will appear higher on the screen.

iframe {
   width: 100%;
   height: 80%;
   min-height: 80vh;
}

Drawback is that you will loose some space so the form will not occupy all the screen, which can be an issue if you have lenghty questions later in the form.


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14904 replies
  • March 24, 2023

Hi @YY11 Did the solution above help? Let us know!


Reply