Make 2 columns of questions line up reasonable.

  • brandon.carlson
    Asked on September 1, 2017 at 5:39 AM

    I'm trying to have an address box on the right and some basic questions on the left, but there is this gap I can't seem to drag my question into. 

     

    Jotform Thread 1237896 Screenshot
  • liyam
    Replied on September 1, 2017 at 7:53 AM

    Hello brandon.carlson,

    You can adjust the margin of the Primary Contact Name/Title field by inserting this CSS code:

    #id_9{
       margin-top: -120px;
    }

    I have one concern though, the other fields will be adjusted due to it floating, but in any case, if you need to adjust certain fields in your form and you need our assistance, feel free to let us know.

    If you need to know how to inject CSS codes into your form, please follow the steps from this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Thanks.