Reduce inside padding/margin

  • PeterMW
    Asked on April 4, 2019 at 11:36 AM

    How can I reduce the side to side space in the form?


    1554392179Form margin Screenshot 10

  • AndrewHag
    Replied on April 4, 2019 at 1:15 PM

    It seems the screenshot you have attached is in build mode. This is how I see when we preview/publish the form:

    1554397942chrome mty1fQc356 Screenshot 10

    If you still want to decrease the left padding, this is the code:

    .form-line{

      padding-left: 0px;

    }

    You can adjust the gap by changing the 0px to your desired value.