How to line up fields in my form?

  • BBC2016
    Asked on May 1, 2016 at 1:24 AM

    HELP I CANT LINE UP MY BOXES LIKE IN THE ATTACHED IMAGE - IVE SPENT AN HOUR TRYING. CAN U GIVE CSS CODE REAL QUICK???? I NEED THE BOXES TO BE JUST LIKE ALL THE OTHER ONES ABOVE IT - SAME WIDTH HEIGHT AND ETC... CAN U HELP???

     

    http://buildingbridgescoalition.org/registration-form/

     

     

    How to line up fields in my form?  Image 1 Screenshot 20

     

  • Kevin Support Team Lead
    Replied on May 1, 2016 at 2:28 AM

    This seems to be related to this thread: https://www.jotform.com/answers/829042/

    There you provided the ID of your form which is this 61210667703147 and I have cloned it and injected this CSS code: 

    li#id_5 {

        width : 45% !important;

        margin-left: 21px;

        margin-right: 0px !important;

    }

     

    li#id_18 {

        width: 48% !important;

     

    }

    The reason why perhaps it did not work before is because you have already added other code and this generates conflict between the existing and the new code that you are adding to your form, I have cloned your form as well and it worked when I applied the code without making any other change, please inject this code and let us know if it works. 

    Here is the link where you will find my cloned form with this change applied: http://www.jotform.com/61210891232951

  • BBC2016
    Replied on May 1, 2016 at 2:57 AM

    ohhh wow thanks!!!!

  • Jan
    Replied on May 1, 2016 at 6:47 AM

    Glad to hear that the solution provided by Kevin_G fixed your issue. If you have any issues, let us know so that we can help you. Thank you.