setup the group of checkboxes so they are
in a div class group so we can apply a separate
style to those checkboxes and have them 50% width
then the other checkbox styles can be normal
{end:}
{if:elem.isType(#group#)}
+ <div class="formGroup">
{foreach:elem.elements,gitem}
{gitem.label:h}
{gitem.html:h}{if:gitem.required}<div class="req">*</div>{end:}
{if:elem.separator}{elem.separator:h}{end:}
{end:}
+ </div>
{else:}
{elem.html:h}
{if:elem.isName(#captcha_rmv#)}
border-width: 0;
color: #000;
}
-.glmCheckBox {
- width: 200px;
+.formGroup > .glmCheckBox {
+ width: 50%;
float: left;
}
.single-checkbox label.glmCheckBox {