2 colums

  • BIQHS
    Asked on April 11, 2018 at 12:16 PM
  • Victoria_K
    Replied on April 11, 2018 at 12:40 PM

    It seems that your question hasn't got through. But, I have checked your last edited form and suppose that you might want to position some of your form fields in 2 columns. 

    1523464315screenshotnlp9y Screenshot 10

    If you set your City field's width to 30 chars, it will be the same width as the Name field:

    1523464704screenshotet4ly Screenshot 21

    You can also add some custom css to move the Email field to the right:

    #id_46 {

      margin-left: 63px;

    }

    How-to-Inject-Custom-CSS-Codes

    1523464814screenshotpczmm Screenshot 32

    If you need further assistance, please let us know.