"Enter Other Source" label does not line up with box

  • je862
    Asked on November 17, 2015 at 8:39 PM

    Form; http://www.jotform.com/?formID=52076525190150

     

    The "Enter Other Source" entry box lines up with the checkbox in the design mode, but in the preview mode the entry box appears below the check box.  Is there a way to get it to stay lined up in the preview mode?

  • Chriistian Jotform Support
    Replied on November 18, 2015 at 1:52 AM

    Hi,

     

    Can you try to inject this custom CSS code in your form to fix the issue?

    #input_47 {

        width: 80% !important;

    }

     

    To inject custom CSS code in your form, just follow the instructions provided in this article: How to Inject Custom CSS Codes.

     

    Do let us know if you need further assistance.
    Regards.

  • je862
    Replied on November 18, 2015 at 3:32 PM

    That works perfectly.  Thanks.

    Jim Erickson

  • David JotForm Support Manager
    Replied on November 18, 2015 at 4:56 PM

    On behalf of my colleague you are welcome! If you need anything else please open a new thread, we will be glad to assist you.

  • Jim Erickson
    Replied on November 18, 2015 at 9:54 PM

    that worked.  Thanks.