Help needed with rounded corners

  • avwhittingham
    Asked on March 6, 2018 at 6:43 AM

    Hi,

    On my form no matter how I try I can't get rounded corners on any of the boxes, I'd be grateful if you would take a look at it for me.

    Also How do I get the Preview before submit button central and wider to accommodate centralised text?

    Thanks in advance

    Jotform Thread 1406214 Screenshot
  • lumiardian
    Replied on March 6, 2018 at 7:19 AM

    In order to make the boxes with rounded corners please put this CSS Code on Custom CSS area:

    .form-textbox {

        border-radius: 10px !important;

    }


    .form-dropdown {

        border-radius: 10px !important;

    }

    And in order to make the preview before submit button wider please put this CSS Code:

    .preview-submission-button {

        width: 170px !important;

    }


    On the link below there are instructions on how to inject CSS Code on the form:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Feel free to ask if you have any other question.