JotForm branding covering "submit" button. How can I move the button with CSS code?

  • FairSeasSupplyCo
    Asked on September 20, 2017 at 7:10 PM

    As you can see from the screenshot and link - the Jotform branding partially covers the "submit" button. Is there a way to minimize the Jotform branding and move it down? Thank you! 

    Jotform Thread 1253322 Screenshot
  • Kevin Support Team Lead
    Replied on September 20, 2017 at 9:42 PM

    It is not possible to handle the branding elements with CSS, but you can move the submit button, please try with  this CSS code: 

    li#id_2 {

        margin-top: -17px;

    }

    This guide will help you injecting the code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    I hope this helps.