how do i change label width

  • benes
    Asked on June 23, 2015 at 10:10 AM
  • Sammy
    Replied on June 23, 2015 at 11:26 AM

    You can change the label by injecting the following CSS code

    label{

    width: 100px !important;

    }

    For left alligned labels use the following CSS

    .form-label-left {

      width: 150px !important;

     

    }

    how do i change label width Image 1 Screenshot 20