Delete all margins and fit form

  • Minoumax1967
    Asked on October 29, 2017 at 2:55 AM

    Hello, in this form I want to delete all margins. I do not want space between the elements and the form area.

    I want it all adjusted without margins.

    How do I do it?

    Thank you

    Jotform Thread 1285049 Screenshot
  • John_Benson
    Replied on October 29, 2017 at 5:11 AM

    To remove the margin from your form, please add this custom CSS code: 

    .supernova .form-all {

    margin: 0px !important;

    }

    You can inject the custom CSS code to your form by following this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    I hope this helps. 

  • Minoumax1967
    Replied on October 29, 2017 at 5:43 AM
    Well… Code applied but the form still contain a margin all around. See screenshots.
    I need the form to be touching all the edges, without margins.
    Thanks
    ...
  • liyam
    Replied on October 29, 2017 at 7:20 AM

    Unfortunately, you have posted your response via email, and so the screenshots you have provided have not reflected here in the forum. But you can try this code and see if the problem persists:

    #id_3, #id_6 {
        padding-left : 0 !important;
        margin-left : 0 !important;
    }

    #id_5, #id_4 {
        padding-right : 0 !important;
        margin-right : 0  !important;
    }

    #id_7 {
        padding-right: 0  !important;
        padding-left: 0 !important;
    }

    However, if the above code does not work, you can further share with us the screenshot on which it reflects on your view. Here are some ways so for you to be able to share with us the screenshot:

    1) You can visit this link in order to be able to upload your screenshots: https://www.jotform.com/answers/1285049

    2) You can follow the steps from this guide to upload screenshots: https://www.jotform.com/help/438-How-to-Post-Screenshots-to-Our-Support-Forum

    3) You can simply reply to the email and send again the screenshots, cc'd to the email addresses support@jotform.com and liyam@jotform.com, with the subject line "Forum thread #1285049".

    Thanks.