My form is cut off on the right hand side

  • jelenagiles
    Asked on July 8, 2016 at 1:31 AM

    Hi I have a drop down form and the right hand side text is cut off when i view it in chrome and explorer.

    how can i fix this please.

  • Welvin Support Team Lead
    Replied on July 8, 2016 at 6:34 AM

    I've fixed it for you by adding the following custom CSS codes in the form:

    .form-line {

        width: auto !important;

    }

    Please let us know if you require additional assistance.