I would like to have the width for the textsection bigger and the section for the sliders smaller. How can I do this?
Thanks in advance.Solved
Change width sections in contstant sum question
In a contstant sum question there is a section for text (1) and a section for the sliders (2). Please see the screenpring below.
!
I would like to have the width for the textsection bigger and the section for the sliders smaller. How can I do this?
Thanks in advance.
I would like to have the width for the textsection bigger and the section for the sliders smaller. How can I do this?
Thanks in advance.Best answer by TomG
@Nico_Leussink,
You can do it like this:
```
Qualtrics.SurveyEngine.addOnload(function() {
var lwidth = "225px"; //width of labels
jQuery("#"+this.questionId+" th.ylabel").attr('width', lwidth);
jQuery("#"+this.questionId+" .WidthStrut").css("width", lwidth);
});
```
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
