How to get product fields to align on the left?

  • cfranson
    Asked on February 24, 2015 at 5:53 PM
     I am stuck though on getting my product fields to align on the left.  Can you see why my second product field and quantity won't left align and then move up to the same line like the first product is?

    http://form.jotformpro.com/form/50546021510945

  • David JotForm Support Manager
    Replied on February 24, 2015 at 6:24 PM

    I see what you mean:

    How to get product fields to align on the left? Image 1 Screenshot 30

    Please see this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes, and inject at the button of the Custom CSS Areas as explained on the guide the following code:

    #id_20{

    margin-left4px;

    }

    #id_26{

    margin-left-5px;

    }

    #id_23{

    margin-left-8px;

    }

    It should align them like this:

    How to get product fields to align on the left? Image 2 Screenshot 41

    Hope this helps you, let know if you need anything else, we will be glad to assist you.