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!
!
Page 1 / 1
It is again due to device size.Also have you tried it on any actual mobile device instead one appearing on Qualtrics preview window.
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!
Go to Look and feel -> advanced -> Add custom css and paste the following code:
.Skin .TE .ControlContainer {
display: block;
margin: 0 auto;
}
Output!
Thank you very much! This works
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.