How can I add more space on the right side of my form?

  • darchiu
    Asked on September 6, 2019 at 5:50 AM

    This is my current form alignment...

    1567763216Screen Shot 2019 09 06 at 2 Screenshot 10

    I would like to keep everything aligned left, but add more empty space on the left side of the form so that the overall form is centered with the JotForm ad on the bottom.

    How do I do this?

  • aliemir JotForm Developer
    Replied on September 6, 2019 at 7:57 AM

    You can do this with some CSS codes. I cloned your form and tried it. So, if you can paste the code following, you can fix it. 


    .form-line {

        margin-left:40px;

    }


    By changing the margin value, you can arrange the place. To do this, follow the steps below.

    1- Go to Form Builder>>Form Designer

    1567769933Screen Shot 2019 09 06 at 14 Screenshot 10

    2- Then, click on the CSS tab and paste the code.

    1567770108Screen Shot 2019 09 06 at 14 Screenshot 21


    If you have any further questions, please feel free to let us know.

  • darchiu
    Replied on September 6, 2019 at 4:22 PM

    it worked! thanks!