Center answer boxes of text entry question | XM Community
Solved

Center answer boxes of text entry question

  • 15 August 2018
  • 4 replies
  • 42 views

Userlevel 1
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!
!
icon

Best answer by Anonymous 15 August 2018, 10:27

View original

4 replies

Userlevel 7
Badge +33
It is again due to device size.Also have you tried it on any actual mobile device instead one appearing on Qualtrics preview window.
Userlevel 1
Yes, on Iphone 7 it unfortunately looks as in the preview.
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!
Userlevel 1
Thank you very much! This works 🙂

Leave a Reply