Hey community,
I use a matrix table but the text above the matrix table has unintended line breaks (see picture attached).
How can I make this text full table width?
Thanks!
Hey community,
I use a matrix table but the text above the matrix table has unintended line breaks (see picture attached).
How can I make this text full table width?
Thanks!
Hi
Your question seems rather similar to another post here.
Perhaps you can try if that solution works.
Hi
Thank you!
In my case the default matrix table was too wide and I used the following command to make it more narrow:
<style>
.Skin .QuestionOuter.Matrix{
max-width: 80%;
}
</style>
Yet, even without the command, the text above the matrix table is still not full width. Not sure where the problem is here..
Do you or others have another idea?
Hi
<div style="width: 100%; text-align: center;">Your text here</div>
Thank you!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.