How can I edit the margins of the fields?

  • kevintaw
    Asked on June 24, 2019 at 4:04 AM

    Where to edit the margin ?

    http://prntscr.com/o5uztk

  • turkaysenur1
    Replied on June 24, 2019 at 8:05 AM

    To edit the margin,

    1. Please choose the form that you want to edit.

    2. Then click the blue "form designer" button that you see on the screen.

    1561377448form designer Screenshot 10

    3. Please click the CSS field to change the margin.

    1561377558form css Screenshot 21

    4. You can paste this CSS code to this field and please make sure to save it. If you have any further questions, please feel free to ask, thank you.


    #id_60{

      margin-bottom:0 px;

      padding-bottom: 0 px;

    }

    #id_61{

       margin-bottom:0 px;

       margin-top: 0 px;

      padding-top: 0 px;


    }

  • kevintaw
    Replied on June 24, 2019 at 9:43 AM
    Hi, nothing happens.
    http://prntscr.com/o5yckj
    please help
    ...
  • kevintaw
    Replied on June 24, 2019 at 9:43 AM
    I've changed the top margin & padding to -50px but doesn't work
    ...
  • Jed_C
    Replied on June 24, 2019 at 11:13 AM

    Please try the CSS code below:

    #id_61 {

        margin-top: -47px !important;

    }

    #id_61 {

        margin-bottom: -42px !important;

    }

    Here's a sample output:

    1561389183The Easiest Online Form Builde Screenshot 10

    I hope that helps. Let us know if you have any questions or if you need further assistance.