Align a single field into the second column

  • HubbardStreet
    Asked on August 6, 2015 at 10:19 AM

    Hello,

    On page three of my form, I have an auto-calculating form field called "PACKAGE TOTAL $" (see attached screenshot). I would like this form field to align in the right-and column, so that it's in-line with the other auto-calculating form fields (the Series total fields).

    Is it possible to do this within the form builder or the CSS helper, or do I need to inject code into my source in order to make this happen?

    Thanks!

    Jotform Thread 630738 Screenshot
  • Ben
    Replied on August 6, 2015 at 11:19 AM

    You can do that by adding the following CSS code to your form:

    #id_57 {
        margin-left: 50%;
        padding-left: 21px;
    }

    You can see how to do that here: Inject Custom CSS Codes

    This is how it should look:

    Align a single field into the second column Image 1 Screenshot 20

  • HubbardStreet
    Replied on August 6, 2015 at 12:22 PM

    Ah, I see now what I was doing wrong. Thank you very much for your help with this!

  • Ben
    Replied on August 6, 2015 at 12:35 PM

    You are welcome.

    Do let us know if there is anything else that we can assist you with and we would be happy to do so :)