Embedded Form>>Source code: phone number labeling and date labeling are not correctly aligned

  • Arun Villivalam
    Asked on January 30, 2019 at 12:54 PM

    please see link: https://www.losgatosdoc.com/contact-us_test/


    phone number labeling and date labeling are not correctly aligned


    how can this be fixed


    thanks


    Arun

  • David JotForm Support Manager
    Replied on January 30, 2019 at 2:21 PM

    Please try embedding the following code in the same page where you have embedded the form:

    <style type="text/css">

    #id_9 > #cid_9 > div > span:first-child {

        width: 100px !important;

    }

    </style>

    Let us know if you need more help.

  • David JotForm Support Manager
    Replied on January 30, 2019 at 2:28 PM

    For the date field, try with this code:

    <style type="text/css">

    #lite_mode_8{

        width: 200px !important;

    }

    #id_8 > #cid_8 > div > span:first-child{

        width: 300px !important;

    }

    </style>

    Result:

    1548876518result 003 Screenshot 10