Form needs to be flushed on top

  • xagolab
    Asked on December 10, 2015 at 2:55 PM

    Form is aligned to left just fine, however form is not flushed to the top like my neighboring text.  What code do I need to inject for form to be flushed to the top?

    thanks

  • jonathan
    Replied on December 10, 2015 at 3:42 PM

    Can  you please share to us the URL of your website where we can test and check the form in used.

    I checked your jotform http://www.jotform.com/53426146046149 and I can see it was already top aligned to the limit.

    Form needs to be flushed on top Image 1 Screenshot 30

     

    but its possible that it appears differently when on your website.

    Usually if you add CSS code like this, it will shift the form up with negative number in px.

     

    .form-all {

        margin-top: -40px !important;

    }

     

    Form needs to be flushed on top Image 2 Screenshot 41

    Hope this help. We will wait for your udated response.

     

    Thanks.

  • xagolab
    Replied on December 10, 2015 at 3:56 PM

    Your CSS code worked.  Thanks a bunch

  • jonathan
    Replied on December 10, 2015 at 4:07 PM

    You are quite welcome. :)

    We are glad to be of help. Contact us anytime for any assistance you need on JotForm.

    Regards