How to remove margin and padding from my form

  • davemegasnel
    Asked on August 5, 2015 at 3:54 AM

    Hello, 

    I want to remove the Margin & Padding from .Form-all because it centers my form. 
    Where can I edit this ? I found a custom css part but this won't override the current setting.

  • BJoanna
    Replied on August 5, 2015 at 4:17 AM

    Thank you for contacting us.

    You can remove margins and padding from your form by Injecting Custom CSS. To do that inside of your Form Builder select Setup & Embed tab, then click on Preferences, then select Form Styles tab and inside of Inject Custom CSS field at the bottom of existing code paste this code:

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

    How to remove margin and padding from my form Image 1 Screenshot 20

    Hope this will help. Let us know if you need further assistance. 

     

  • davemegasnel
    Replied on August 5, 2015 at 4:28 AM

    Lol xD I was edititing the wrong form..I already edited it the right way lol