Styling Issues

  • thefingerprintroom
    Asked on November 22, 2019 at 1:31 AM

    Hi there,

    I am noticing an issue with the drop down not being full width.

    Here is the form. https://form.jotform.com/93251230939255

    Is there any advice you can give to fix this issue?

    Thank you

  • BJoanna
    Replied on November 22, 2019 at 3:21 AM

    The issue seems to be related to the CSS code you added to the form. 

    Please remove the following CSS code:

    .form-line {

        display : flex;

    }

    and add this CSS code instead:

    select#input_13 {

        width: 725px!important;

    }

    How to Inject Custom CSS Codes