How do I align my form to the left?

  • celesteh
    Asked on September 11, 2015 at 4:38 PM

    I have a form text box with multiple questions and my background image has a figure on the right that I don't want being hidden behind the form.  I don't know how to align the form itself to the left.   It is always in the center.  I tried all the settings and I am not sure what they do.

    Also,

    when I choose "expand" it just expands the entry box and does not allow me to extend the text so that it is just on one line at a time.

    Thank you!!

  • Jan
    Replied on September 12, 2015 at 3:11 AM

    Please use this custom CSS code in order to align your form to the left.

    .form-all {
         margin-left : 60px !important;
         margin-right : 0px !important;
         margin-top : 0px !important;
         margin-bottom : 0px !important;
    }

    The margin-left value can be adjusted whichever you prefer. This is how it should look like:

    How do I align my form to the left? Image 1 Screenshot 20

    Please refer to this guide on how to inject custom CSS on your form. Thank you.

  • Jan
    Replied on September 12, 2015 at 3:15 AM

    I created a separate thread for the other issue. We do one thread per issue. Here's the URL of the new thread: https://www.jotform.com/answers/660715

    Thank you for understanding.