Checkbox label alignment not sticking to left

  • netruck
    Asked on March 6, 2016 at 9:50 AM
    2) I have a field that is a check box. I have the label set to LEFT alignment but it's stuck on the top.  How do I get it to be left aligned?
  • Welvin Support Team Lead
    Replied on March 6, 2016 at 9:56 AM

    I've fixed this for you by injecting the following custom CSS codes:

    div#cid_43{

        width: 70% !important;

    }