Embed form padding and margins

  • IMPACTMag
    Asked on November 23, 2016 at 2:57 PM

    Is there a way to remove the padding around an embedded form?

    When I place the embed code into my page below my other MailChimp subscribe content it is indenting to the right. I have tried injecting .form-all { margin: 0 !important; padding: 0 !important; } into the CSS but it doesn't seem to do anything.

    Thank you!

    Jotform Thread 996683 Screenshot
  • IMPACTMag
    Replied on November 23, 2016 at 3:04 PM

    Looks like

    .form-line {

    padding-left: 0px !important;

    }

    works instead of

    .form-all {

    margin: 0 !important;

    padding: 0 !important;

    }

    :)

  • Support_Management Jotform Support
    Replied on November 23, 2016 at 5:41 PM

    Thanks for informing us that you managed to find a solution for your question. In case you need more help, just open a new thread.