-
padahbalansGevraagd op 24 juni 2024 om 10:10
Mijn tabel ziet er nu zo uit, maar het lukt mij niet om deze gelijk te krijgen.
de onderste tabel is de juiste....
-
Joeni Jotform SupportGeantwoord op 24 juni 2024 om 10:38
Hi padahbalans,
Thanks for reaching out to Jotform Support. Our Dutch Support agents are busy helping other Jotform users right now, so I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Dutch, let us know and we can have them do that. But, it might take a while until they're available again.
Now, coming back to your question, you can Inject this CSS Code into your form.
#id_3 .form-matrix-column_0 {
width : 50px !important;
}
#id_3 .form-matrix-column_1 {
width : 50px !important;
}
#id_3 .form-matrix-column_2 {
width : 50px !important;
}
#id_3 .form-matrix-column_3 {
width : 50px !important;
}
#id_3 .form-matrix-column_4 {
width : 50px !important;
}
#id_3 .form-matrix-table {
width : 100% !important;
}
Let me show you how:
- In Form Builder, click the Roller Paint icon on the upper right side of the panel.
- Go to the Style tab and inject the CSS Code into the Inject Custom CSS Code Box.
Check out the screencast of the result below:
Give it a try and let us know how it goes.