I need to reduce the width of form calc result boxes

  • hilltopkennels
    Asked on March 2, 2018 at 1:53 PM

    My form summarises prices which are never longer than 7 digits (9999.99), however the result boxes are much longer and also do not line up (the results are right-aligned)

    How do I amend the width so they are approximately half their current width so they are all the same length to allow the amounts to line up correctly.


    Jotform Thread 1403282 Screenshot
  • jonathan
    Replied on March 2, 2018 at 2:47 PM

    You can update the existing CSS codes on your form and add the width for the input field.

    Ex:

    1520019805zzz 2018 03 03 03 Screenshot 10



    or you can replace already those in your form with this.



    #input_42,#input_100,#input_101,#input_55,

    #input_102,#input_103,#input_105,#input_132,

    #input_134,#input_106{

        text-align : right;

        width : 100px;

    }