edit spacing using CSS

  • C4Recruiting
    Asked on May 22, 2019 at 3:42 PM

    This forum has been so incredibly helpful and saved me SO much time - THANK YOU!!!!

    Last two questions

    Q1: Is there a way to get the spacing more consistent? Everything looks ok except there's a lot less space between the bottom of the phone number field and the top of the first upload field. I would prefer if the space in that area matched the space between the two upload fields.

    Q2: Also, Why are the area code and phone number different and not evenly on the same line?

    Again - THANK YOU SO MUCH!!! Your time and guidance are DEEPLY appreciated!!! ;-)

    Jotform Thread 1832833 Screenshot
  • Richie JotForm Support
    Replied on May 22, 2019 at 4:53 PM

    You may try these custom CSS in your form:

    #id_6{
    margin-top: -23px !important;
    display: inherit;
    }
    #id_5{
    margin-top: -15px;
    }
    #cid_5{
    margin-bottom: -16px !important;
    }

    Guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Sample Screenshot:

    edit spacing using CSS Image 1 Screenshot 20

    Please give it a try and let us know if you need further assistance.

  • C4Recruiting
    Replied on May 22, 2019 at 5:37 PM

    Thank you! Thank you! THANK YOU!


    That worked! ;-)