I am looking for way to change the cloumn with of sectio type grid row. Is there any possibility to do so? AND can I define a certain high between the question in grid row? Because the order of the questions looks quite squeezed / tiny. AND can I change the horizontal order of "email" and "telefon" to a vertical order? Have a look at the following picute to get me right.
In the Advanced tab you will see an option at the bottom to have them on the same line or one choice per line. As to adding additional space after the question, there are some ways you could play around with by adding a section after the question, try a folder section for example.
1) change the horizontal order of "email" and "telefon" to a vertical order [x] Check! 2) adding additional space after the question [x] Check! 3) change the cloumn with of sectio type grid row [ ] Not solved!
The column width seems to be dynamic. Can I make it static or something?
Having a dynamic column width is the preferred setting for most users. If you wish to control the width of your table cells, you can do so by placing this code in your custom code block:
<style> .wForm td{ width: 50px !important; }
.wForm th { font-weight: normal !important; } </style>
Though the width of the column can still be overridden by the settings of the fields inside the grid cell. You'll need to manually adjust those to be smaller.