How can I remove padding between form and text on Wordpress page?

  • ddsoorg
    Asked on April 14, 2015 at 5:07 PM

    Hello, I have tried adding custom CSS with zero and up to -30 on the padding/margins and am still getting a huge space between the beginning of my form and then end of my introductory text. Can you please let me know if this is something I can fix? Im using the JotForm Wordpress plugin. Everything is current. 

     

    Thanks! 

    Jotform Thread 552604 Screenshot
  • raul
    Replied on April 14, 2015 at 6:12 PM

    Try using the following CSS code:

    .jotform-form {
     padding: 0 !important;
    }

    This would be the result:

    How can I remove padding between form and text on Wordpress page? Image 1 Screenshot 20

    Let us know if this helps.