Why does a dragged field goes to the right and can't move to the left

  • Tennisforever
    Asked on October 24, 2017 at 1:00 PM

    Hi

    When I drag a third field it goes all the way to the right and can't move to the left so that i can add another field on the side like the top two fields that were shrank.  https://www.jotform.com/build/72964572484166

    What I am doing wrong?

    Your advice will be greatly appreciated.


    Viola 

  • David JotForm Support Manager
    Replied on October 24, 2017 at 2:08 PM

    I just cloned your form, and it worked fine, the new field was positioned to the left of the form after shrinking it, so the next field I added was placed next to the other one:

    1508868492addfield Screenshot 10

    Let us know if you need more help, we will be glad to assist you.

  • Tennisforever
    Replied on October 24, 2017 at 4:01 PM

    Thank you for your quick response.  I have one more question.  Can I delete the logo field?

    I am inserting the logo in the heading with a description of the league so I don't need the space for the logo.

    Thanks!

  • David JotForm Support Manager
    Replied on October 24, 2017 at 5:19 PM

    Your form does not have any Logo on top of the header field, you may preview it. If you are referring to remove the space between the header and top of the screen, simply add the following code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .jotform-form {

        padding: 0px 0 !important;

    }

    Let us know if you need more help.

  • Tennisforever
    Replied on October 25, 2017 at 10:23 AM

    Thank you!

  • Tennisforever
    Replied on October 25, 2017 at 6:01 PM

    Scorecard Correction Form

    My husband tried to follow the instructions that were given and it didn't delete the space for the logo.

    Thanks for you help again.

  • David JotForm Support Manager
    Replied on October 25, 2017 at 8:04 PM

    You were missing the dot before "jotform-form {":

    1508976262fixing Screenshot 10

    It has now bee included. Please check your form, and let us know if you need more help.