I have been experimenting with left aligning options in Qualtrics and my progress is shown in the picture above. However, I wish for the options to be uniform and for the text field to be left-aligned as well.
This is my code right now:
`.Skin .SkinInner {width: 90% !important;}
.Skin .MAVR label.MultipleAnswer, .Skin .SAVR label.SingleAnswer{
display:-webkit-inline-box;
}
.Skin .QuestionBody ul.ChoiceStructure{
text-align:right;
}`
Page 1 / 1
Hi serhnk ,
I have found a code for text box right alignment -
.Skin .MC .MAVR input, .Skin .MC .MAVR span.LabelWrapper, .Skin .MC .SAVR input, .Skin .MC .SAVR span.LabelWrapper {
float: right;
}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.