How to increase label width

  • Joebates
    Asked on February 23, 2018 at 6:47 PM

    See my print screen for more descriptive details. 

    http://prntscr.com/iiy9m2

    Thanks!

  • Mike
    Replied on February 23, 2018 at 10:10 PM

    Please try adding the next CSS to the form:

    .form-label {
    width: 100% !important;
    }

    How to increase label width Image 1 Screenshot 20

    Thank you.