Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthormkt_hgb
    • CommentTimeMay 18th 2011
     
    Hey,

    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.

    http://imageshack.us/photo/my-images/121/forumpic1v.jpg/
    • CommentAuthorhillaryw
    • CommentTimeMay 19th 2011
     
    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.
    • CommentAuthormkt_hgb
    • CommentTimeMay 20th 2011
     
    Hey,

    thanks a lot for your help!

    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?

    THX
    • CommentAuthormkt_hgb
    • CommentTimeMay 20th 2011
     
    I have got one more question:

    Besides the column width, it is also highly important for me to set the title text in a grid row from bold to normal. Any Ideas?

    http://imageshack.us/photo/my-images/121/forumpic1v.jpg/ (left column)

    THX
    • CommentAuthordbuschho
    • CommentTimeMay 20th 2011
     
    Hello Hans,

    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.
    • CommentAuthormkt_hgb
    • CommentTimeMay 23rd 2011
     
    Great. Worked as desired :)