Center answer boxes of text entry question | XM Community
Skip to main content
Solved

Center answer boxes of text entry question


Dear community, we are using the Minimal 2014 look&feel for our survey and have a questions with multiple openend boxes set up as a form. However, the boxes are not centered, especially on mobile. Is there any option to display the boxes in the middle of the mobile screen? Many thanks in advance! !

Best answer by Anonymous

Hello @cloof , Go to Look and feel -> advanced -> Add custom css and paste the following code: .Skin .TE .ControlContainer { display: block; margin: 0 auto; } Output!
View original

4 replies

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+39
  • Level 6 ●●●●●●
  • 1144 replies
  • August 15, 2018
It is again due to device size.Also have you tried it on any actual mobile device instead one appearing on Qualtrics preview window.

  • Author
  • 18 replies
  • August 15, 2018
Yes, on Iphone 7 it unfortunately looks as in the preview.

  • 0 replies
  • Answer
  • August 15, 2018
Hello @cloof , Go to Look and feel -> advanced -> Add custom css and paste the following code: .Skin .TE .ControlContainer { display: block; margin: 0 auto; } Output!

  • Author
  • 18 replies
  • August 15, 2018
Thank you very much! This works :)

Leave a Reply