Note: I don't think it matters but just in case - I am loading this survey in an iframe into an existing webpage (a knowledge base).Solved
Align multiple choice question text and single answer radio buttons/labels to be all horizontal?
I would think selecting the "Horizontal" option would do this but it doesn't -
I want to style my question to look like the attached image. I can handle styling the buttons but I am unsure how to align the text and answers to be side by side like how Qualtrics' Help pages have. See a screenshot here:
!
Note: I don't think it matters but just in case - I am loading this survey in an iframe into an existing webpage (a knowledge base).
Note: I don't think it matters but just in case - I am loading this survey in an iframe into an existing webpage (a knowledge base).Best answer by mattyb513
Try adding this to the question text:
```html
<style>
html .Skin .MC .SAHR .QuestionBody table td span.LabelWrapper label {
padding-bottom: 20px !important;
}
</style>
```
The problem is the padding on the bottom. I'm not sure why it's appearing incorrectly but that is what needs to be resolved.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
