How can I adjust grid to width of question (see image below)? Ideally the options 1-5 would be widened?

  • Ahurley24
    Asked on May 21, 2015 at 3:54 PM

    How can I adjust grid to width of question (see image below)?  Ideally the options 1 5 would be widened? Image 1 Screenshot 20

  • Aurora JotForm Support
    Replied on May 21, 2015 at 5:42 PM

    Hello Ahurley24,

    In order to widening the grid, please inject the CSS Code that follows:

    .form-matrix-row-headers {
        width : 400px !important;
    }

    The following image shows the result:

    How can I adjust grid to width of question (see image below)?  Ideally the options 1 5 would be widened? Image 1 Screenshot 30

    You may copy the above mentioned CSS Code and inject at the end of the section, as show below:

    Access your form in edit mode, click on Preferences, the Preferences screen will pop up, click on Form Styles tab, inject CSS Code at the end of the section Inject Custom CSS.

    How can I adjust grid to width of question (see image below)?  Ideally the options 1 5 would be widened? Image 2 Screenshot 41

     

    This guide will help you step by step on how to inject CSS Codes: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    I hope this helps.