Why do my matrix tables get cut off even when they don't exceed the page width? | XM Community
Solved

Why do my matrix tables get cut off even when they don't exceed the page width?

  • 13 February 2019
  • 2 replies
  • 95 views

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?
icon

Best answer by daniel_cheong 14 February 2019, 05:29

View original

2 replies

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!

Adding this does nothing for my matrix tables.

.Skin .QuestionOuter.Matrix{max-width:1000px}

Leave a Reply