How to put the right position?

  • zainalwan
    Asked on June 22, 2018 at 12:56 AM

    Why Total Adult (calculation) wont move to right side form. matrix. 

    if move Total Adult to right side it will be center on Adult ( form. matrix) 

    If move Total Adult to left side is OK.  

    Function of this test is to resolve issue on Other Form which in production now. 1529643372PicsArt 06 22 12 Screenshot 10




  • BJoanna
    Replied on June 22, 2018 at 3:24 AM

    Is this what are you trying to achieve? 

    1529651964total Screenshot 10

    If so, you need to change the order of the form fields inside fo the Form Builder. 

    1529652102order1 Screenshot 21

    Here is my demo form - https://form.jotform.com/81721169151958 

    Feel free to clone it

  • zainalwan
    Replied on June 22, 2018 at 8:43 AM

    i test link here the result1529671389Screenshot 20180622 204202 Screenshot 10

  • aubreybourke
    Replied on June 22, 2018 at 9:46 AM

    Your CSS code is incorrect. Please replace what you have with this:

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

        font-size : 8px !important;

    }


    /*For drop down fields*/

    [data-type="control_matrix"] .form-matrix-table .form-dropdown {

        width : 30px !important;

    }


    .form-line.form-line-column.form-col-1 {

        width : 210px;

    }


    .form-line.form-line-column.form-col-2 {

        width : 100px;

    }


    .form-textbox {

        width : 30px !important;

        float : right;

    }


    #label_4 {

        text-align : right;

    }

    Then it will look like this on mobile:

    1529675145dayki Screenshot 10

    And like this on desktop:

    1529675172jjhnb Screenshot 21