Solved
Formatting Multiple Likert Questions
Hello there! I noticed that if you have Stats IQ, the Cluster Analysis or other features does NOT work with Matrix questions currently.
As a workaround, I layered many Multiple Choice, Single Answer questions on top of each other so that I could show a bunch of questions together.
Does anyone know a way to make it so that the statement shows on the side of the question, rather than on the top? Maybe using Div Class?
Best answer by dsweeney
Thanks. Assuming your instructions are in a decorative block (Text/Graphic), how does the following work? I've reduced the max-width to avoid the bleeding and set the question text to be 400px wide. The DB rule resets the CSS values for those legend elements.
```
.Skin .SkinInner {
width: 100%;
max-width: 1200px;
margin: auto;
}
.Skin fieldset legend
{
float: left;
width: 400px;
white-space: normal;
}
.Skin .DB fieldset legend
{
float: inherit;
width: inherit;
white-space: inherit;
}
.QuestionBody
{
margin-left: 200px;
}
```
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.



