How do I left-justify my form and decrease the top header space?

  • ginabite
    Asked on February 2, 2017 at 3:18 AM

    I would like the form to line up with the left side of the website and reduce the space in the top header.

  • Alev JotForm Designer
    Replied on February 2, 2017 at 3:32 AM

    Hi,

    I checked your form on your site and as far as I understand you have already embedded some CSS codes. If you add the following codes to your form, your form will look like as following screenshot below

    .form-all{
    padding-left:0px;
    padding-top:0px;
    }

     

    How do I left justify my form and decrease the top header space? Image 1 Screenshot 30

     

     

    Or another solution you can always add some spacing with "Question spacing" tool.

    How do I left justify my form and decrease the top header space? Image 2 Screenshot 41

    Let us know if you need any further assistance

    Thank you