I wish to emulate a online delivery platform for one of my project. For this, I wish to display an image on the left side and then answer choices (from qualtrics) on the right side. See the example given below.
How can I create within Qualtrics? The respondent will pick one the three choices.
Solved
How to customize the question and answer option alignment?
Best answer by TomG
Radio buttons aren't hidden with display:none in the theme. You need to trump the specific rule that is hiding them.
Try:
.Skin .MC .QuestionText input.test[type=radio] {
position: static!important;
opacity: 1;
z-index: 1;
height: auto;
width: auto;
overflow: auto;
clip: auto;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
