Is there a way to decrease the margin between the logo on top and the name of the form? 

  • dvalenzuela
    Asked on January 9, 2017 at 3:46 PM
    Is there a way to decrease the margin between the logo on top and the name of the form? 
  • Jan
    Replied on January 9, 2017 at 4:09 PM

    Unfortunately, the Language option has a dedicated row on it. You can reduce the space by using this CSS code:

    .form-all {
    padding-top: 0px !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    Is there a way to decrease the margin between the logo on top and the name of the form?  Image 1 Screenshot 20

    Hope that helps. Thank you.