Preview Widget Submit Button shown over header text

  • WebServ
    Asked on April 10, 2017 at 9:36 AM

    The submit button in the preview widget is shown at the top of the page over the header text.  Is it possible to edit the location of the submit button?  Suggestions? 

     

    Thank you.

  • David JotForm Support Manager
    Replied on April 10, 2017 at 10:32 AM

    Please try injecting the following code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    #previewContainer #previewButtons {

        position: relative;

        padding-left: 80px;

    }

    Let us know if you need more help, we will be glad to assist you.