I've tried a few things including below on the page load event but I can't seem to get my checkbox group (fontStyleGroup) to center.
Appery('fontStyleGroup').css('align', 'center');
Appery('fontStyleGroup').css('display', 'block');
I've tried a few things including below on the page load event but I can't seem to get my checkbox group (fontStyleGroup) to center.
Appery('fontStyleGroup').css('align', 'center');
Appery('fontStyleGroup').css('display', 'block');
Hello Jared,
Please clarify, do you want to center checkbox group or text inside checkboxitem?
The entire group
Jared,
Please try this CSS code:
code[dsid=fontStyleGroup] {
width:50%;
margin:auto !important;
} /code