Table and Columns

  • sleykerr
    Asked on February 7, 2018 at 6:02 AM

    Good morning, I have a problem with my form.

    My Tables: COMUNICAÇÃO, MINHA FUNÇÃO/ MEU PAPEL NO TRABALHO .. they are with problem of space, as you can see image below: 

    In the columns, I want to expand so that the lines take more to the right. because at the moment, it is compressed and not occupying 100% of my form

    If you can help me, thank you.


    Jotform Thread 1375725 Screenshot
  • genebriones
    Replied on February 7, 2018 at 7:22 AM

    I might be able to help. Please try to insert the following CSS code in the Custom CSS field of your form. Go to Form Designer, then click CSS. 

    Table and Columns Image 10

    Then insert this CSS code:

    .form-matrix-column-headers {

    width:120px!important;

    }

    .form-matrix-row-headers {

    width:180px!important;

    }


    Let me know if this works. Thanks.


  • sleykerr
    Replied on February 7, 2018 at 7:50 AM

    Unfortunately this command is not right. Only the one that check in another topic.


    .form-matrix-table {

      max-width: 700px;

    }

    .form-matrix-column-headers, .form-matrix-row-headers, .form-matrix-values {

      width: 125px;

    }

    Right now everything is fine.

     


    My question now is: how could I change the font? Why access google fonts and put the command and do not accept


  • Sabbir
    Replied on February 7, 2018 at 9:11 AM

    If you want to access google fonts, please follow this guide:

    https://www.jotform.com/help/100-How-to-Use-Google-Fonts-in-your-Form

    Hope this will help.

    If you have any further query, please let us know.