Left aligning my options | XM Community
Skip to main content

Screen Shot 2022-05-30 at 2.33.53 PM.pngI 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;
}`

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