I managed to get my CheckBoxes Group in line with the rest of my form, still don't understand why the whole form is in line except for this group?
I will show you what I mean with some pictures.
As you can see, the group is horizontally lined out with the "title": Consumpties

After saving it looks like this:

Now I split up the radio and checkbox in the /* input types */ section on line 71 in frontforms_tight.css and made a margin-left of 150px:
/* input types */
.ccms_form_element input[type="checkbox"]{
padding: 0 0 0 0 !important; background-color: transparent; border-color: transparent; margin: 10px 5px; margin-left: 150px; clear: none;
}
/*.ccms_form_element input[type="radio"] { border-color: transparent; margin: 8px 9px 0 0; clear: none; }*/
.ccms_form_element input[type="radio"] { padding: 0 0 0 0 !important; background-color: transparent; border-color: transparent; margin: 10px 5px 10px 5px ; clear: none; }
Now my choices are in line with the rest of the form again: vertically! But still not horizonatlly with: Consumpties
Any idea where I can change that so it will be like this on my website also?

Thnx in advance.
When this is done I can make a Dutch translation for you of the installation and how to setup a form!
I will show you what I mean with some pictures.
As you can see, the group is horizontally lined out with the "title": Consumpties

After saving it looks like this:

Now I split up the radio and checkbox in the /* input types */ section on line 71 in frontforms_tight.css and made a margin-left of 150px:
/* input types */
.ccms_form_element input[type="checkbox"]{
padding: 0 0 0 0 !important; background-color: transparent; border-color: transparent; margin: 10px 5px; margin-left: 150px; clear: none;
}
/*.ccms_form_element input[type="radio"] { border-color: transparent; margin: 8px 9px 0 0; clear: none; }*/
.ccms_form_element input[type="radio"] { padding: 0 0 0 0 !important; background-color: transparent; border-color: transparent; margin: 10px 5px 10px 5px ; clear: none; }
Now my choices are in line with the rest of the form again: vertically! But still not horizonatlly with: Consumpties
Any idea where I can change that so it will be like this on my website also?

Thnx in advance.
When this is done I can make a Dutch translation for you of the installation and how to setup a form!