Page 1 of 1

Centering Checkbox Group

Posted: Wed Jun 11, 2014 7:23 pm
by Jared Righter

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');


Centering Checkbox Group

Posted: Wed Jun 11, 2014 8:10 pm
by Evgene Karachevtsev

Hello Jared,

Please clarify, do you want to center checkbox group or text inside checkboxitem?


Centering Checkbox Group

Posted: Thu Jun 12, 2014 2:19 am
by Jared Righter

The entire group


Centering Checkbox Group

Posted: Thu Jun 12, 2014 3:03 pm
by Evgene Karachevtsev

Jared,

Please try this CSS code:

code[dsid=fontStyleGroup] {
width:50%;
margin:auto !important;

} /code