Embed Form - Looks Bad

  • RackmountSolutions
    Asked on June 9, 2015 at 10:38 AM

    Morning - I believe I filled out a contact us form last week and still have not heard back. 

    When I embed my forms they do not show up properly. The fields move around and are not aligned properly, the submit button is hidden from view at the bottom, and any horizontal lines to break up sections show up outside of the form and run across the webpage. 

    Please let me know how to get these embedded more appropriately or I will need to consider changing service as this is unacceptable for the customer to view. 

    Jotform Thread 584770 Screenshot
  • ibrahim JotForm UI Developer
    Replied on June 9, 2015 at 10:42 AM

    Hi,

    You can inject CSS code to form width / padding value. Here's sample code: 

    .form-all {

    width: 100%;

    }

    .form-section {

    padding-bottom: 75px;

    }