Form Layout

  • rduong
    Asked on May 23, 2016 at 3:28 AM

    Hi,

     

    I want layout completely on the right like this form : https://form.jotformeu.com/61232063436346

     

    ....how can i do this ?

     

    Thank you for your help.

     

  • beril JotForm UI Developer
    Replied on May 23, 2016 at 3:42 AM

    If you want to align your form on the right you can add the CSS code below from designer.

    .jotform-form {

        padding : 60px 0;

    }

    If you have any question or issues, please do not hesitate contacting us. We will be glad to assist you.

  • rduong
    Replied on May 23, 2016 at 3:55 AM
  • beril JotForm UI Developer
    Replied on May 23, 2016 at 4:11 AM

    Thank you for providing the URL of form. At that time, we can assist more properly. You can delete the code above and add the code below:

    .jotform-form {

        padding-left : 100px !important;

        margin-left : 250px !important;

    }

    You can change the alignment by changing the sizes which marked with orange color. 

    Here is how it works on my end:

    Form Layout Image 1 Screenshot 20

  • rduong
    Replied on May 23, 2016 at 8:38 AM

    works ! thank you !!!