Why is the form builder off centre?

  • movz
    Asked on February 25, 2018 at 8:38 AM

    It's normally in the middle.

    1519565883Screen Shot 2018 02 25 at 1 Screenshot 10

  • Adrian
    Replied on February 25, 2018 at 9:28 AM

    This was happening because of a CSS rule that was added to the Custom CSS section.

    .form-all {
        margin-top : -50px !important;
        margin-right: 10px;
    }

    I have removed the line marked in red and the form should display properly now.
    Let us know if you need further assistance.

  • movz
    Replied on February 25, 2018 at 10:00 AM

    Right. Thank you.