How to adjust the top border radius of the form?

  • curryandtandoor
    Asked on February 5, 2015 at 6:17 AM

    2) The form is also cut off at the top. The form has rounded corners which are visible for the bottom edge, but at the top, it is cut-off.

    Appreciate your advise on what to do.

  • Welvin Support Team Lead
    Replied on February 5, 2015 at 6:24 AM

    Hi,

    Inject the following custom CSS codes to the form:

    ul.form-section {

    border-radius: 10px !important;

    }

    These codes will override all the existing codes that make the rounded corner. Inject the codes by following the instructions in this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    Thanks