would like to put the city, state and zip all on same line -

  • pardop1
    Asked on August 27, 2016 at 5:49 PM

    the forms should be wide enough but none of the setting seem to take. https://form.jotform.com/62288523267967. Please advise.

    Pam

  • David JotForm Support Manager
    Replied on August 27, 2016 at 10:41 PM

    Please try injecting the following custom CSS code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    #id_21{

        width: 200px !important;

    }

    #id_22{

        width: 150px !important;

    }

    #cid_22{

        width: 130px !important;

    }

    #id_23{

        width: 230px !important;

        position: absolute !important;

    }

    #id_15{

        margin-left: 20px !important;

        margin-right: 0px !important;

        padding-right: 0px;

        width: 260px !important;

    }

    #id_17{

        margin-left: 20px !important;

    }

    If this is what you need to accomplish: https://form.jotform.com/62398616961973 

    would like to put the city, state and zip all on same line    Image 1 Screenshot 20

    Let us know if you need more help.