Why is my form centred?

  • RafeApartment
    Asked on November 15, 2016 at 8:47 PM

    For some reason my form on this page is centred, I do't want it to be www.rentinthecity.ca

     

    I want it to not be centred like on this site:  

    www.lawyerconnection.ca 

  • liyam
    Replied on November 15, 2016 at 10:12 PM

    Hello,

    Although I have provided the answer on the other thread, let me post my response here as well. You can inject this CSS code in your form to position your form to the left:

    html {
       float: left !Important;
    }

    Feel free to let us know if you have more questions. :)

  • RafeApartment
    Replied on November 16, 2016 at 11:57 AM

    I want no white space above or below the form either.  Thanks

  • Kevin Support Team Lead
    Replied on November 16, 2016 at 1:13 PM

    Please inject this CSS code to your form to achieve what you want: 

    .jotform-form {

        padding-top: 0px;

        padding-bottom: 0px;

        margin-top: 0px;

        margin-bottom: 0px:

    }

    Hope this helps.