Hi, as you can see in the following screenshot, the page width for my survey is this:
!
The matrix tables were fine until I translated my survey. Now, even after I have deleted my translations, my matrix tables, as well as questions on some other pages are aligned to the left instead of the center of the page.
Can anyone shed some light as to what is going on?
Page 1 / 1
Found the solution from another post!
Turns out the fixed matrix width from the blank template is 780px.
Putting in the custom CSS code mentioned below fixed it.
> @agolec said:
> I really don't understand why one has do dig thru 1500 lines of code from the blank template to find out, that matrix width is limited to 780px.
>
> Setting custom CSS to:
> .Skin .QuestionOuter.Matrix{max-width:1000px}
>
> Fixes both issue.
>
> @Qualtrix: you should really provide a reference for all those ids...
Thanks @agolec!
Turns out the fixed matrix width from the blank template is 780px.
Putting in the custom CSS code mentioned below fixed it.
> @agolec said:
> I really don't understand why one has do dig thru 1500 lines of code from the blank template to find out, that matrix width is limited to 780px.
>
> Setting custom CSS to:
> .Skin .QuestionOuter.Matrix{max-width:1000px}
>
> Fixes both issue.
>
> @Qualtrix: you should really provide a reference for all those ids...
Thanks @agolec!
Adding this does nothing for my matrix tables.
.Skin .QuestionOuter.Matrix{max-width:1000px}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.