How to decrease white space around Text (html) field using CSS

  • ezchoicefinancial
    Asked on June 12, 2015 at 5:09 PM

    4- Form html has too much space around it. in other words the space between the form html and reason as submit is too much, is there a way to decrease it . see image below

     

    How to decrease white space around Text (html) field using CSS Image 1 Screenshot 20

  • Mike_G JotForm Support
    Replied on June 12, 2015 at 6:15 PM

    This is what it is now: 

    How to decrease white space around Text (html) field using CSS Image 1 Screenshot 30

    Adding this CSS codes:

    #text_14 p{

    margin: 0px;

    }

    Using this guide: How-to-Inject-Custom-CSS-Codes

    Will get you this result:

    How to decrease white space around Text (html) field using CSS Image 2 Screenshot 41

    Let us know if this helps. If you need further assistance, please do not hesitate to get back to us and we will be glad to help you. Thank you.