How to remove spaces between title and form?

  • justonline
    Asked on September 17, 2015 at 4:56 AM
    Also i have some spaces. Between title and form. I use the wordpress plugin.

    Could you please help me out with this?

  • beril JotForm UI Developer
    Replied on September 17, 2015 at 5:00 AM

    Hi,

    Could you try injecting the following CSS code to your JotForm with the margin reduced further to -40px to see if that helps?
    .form-all {
    padding-top: 0;
    margin-top: -40px;
    }

    Here is how to do that:
    1)  Click on Setup & Embed.

    How to remove spaces between title and form? Image 1 Screenshot 50


    2) Click on Preferences.

    How to remove spaces between title and form? Image 2 Screenshot 61


    3) Click on Form Styles.

    How to remove spaces between title and form? Image 3 Screenshot 72


    4) Copy and paste the code above to Inject Custom CSS.

    How to remove spaces between title and form? Image 4 Screenshot 83

     

    You can also use the following CSS code, as it’s pretty short and concise. This also removes the top spacing of the form.

    .jotform-form {padding:0}

    If you have any question or issues, please do not hesitate contacting us. We will be glad to assist you.