Align form to right side of the screen

  • EZChoice
    Asked on April 8, 2016 at 12:43 PM

    Hello, I am trying to create a form with a custom background and want the data entry label to be justified to the right of the screen as opposed to centered.  I see it is done on a number of the themes but I cant seem to figure out how to do it.

     

    Can you please help?

  • Kiran Support Team Lead
    Replied on April 8, 2016 at 1:50 PM

    I understand that you want to move the form to the right side of the screen as shown in the screenshot below:

    Align form to right side of the screen Image 1 Screenshot 20

    Please inject the following CSS code to your JotForm so that the form should be moved to the right side.

    .jotform-form {

    float : right;

    }

    Hope this information helps! If you are referring to something different or need any further assistance, please let us know. We will be happy to help!