How to right-justify the numberic fields on my form?

  • RFOneVision
    Asked on February 7, 2018 at 8:56 AM
     - All the numeric fields should be right-justified. How can I do that?
  • Kevin Support Team Lead
    Replied on February 7, 2018 at 9:38 AM

    This code will help you achieving that: 

    .calculatedOperand input, #id_64 input, #id_65 input, [data-type="control_calculation"] input{

        text-align:right !important;

    }

    This guide will help you injecting the code to your form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    I hope this helps.