Problem with button size

  • connectgraphic
    Asked on July 11, 2017 at 1:53 AM

    I have a form on http://www.drmartinperez.com/index.html
    The embedded code is: <script type="text/javascript" src="https://form.jotform.us/jsform/40166562572152"></script>
    The buttons are too wide. Tried custom css, no joy.
    Can you help?

    Jotform Thread 1196015 Screenshot
  • John_Benson
    Replied on July 11, 2017 at 3:49 AM

    Thank you for providing a screenshot.

    To reduce the width of the Submit and Clear Form button, please add this Custom CSS Code to your form:

    .form-all .qq-upload-button, .form-all .form-submit-button, .form-all .form-submit-reset, .form-all .form-submit-print {

        width: 50% !important;

    }

    To inject a Custom CSS Code to your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Result:

    Problem with button size Image 1 Screenshot 20

    If you have questions, please contact us again. Thank you.