By default they all should list vertically,
It may be your blog theme style.css file overriding the formatting for the check boxes ,
At a glance the text labels for each option are very small compared to the normal text so it maybe that.
For the formatting for each check box which will change the look ,
see here
1) General Options
2) Custom Registration Fields
3) Edit the filed in question to the far right by clicking on the the pencil
4) CSS Classes: ( optional ) put in the css name you want eg: my_format
5) CSS Styles: ( optional ) eg: display: block;
but remember the theme style.css may override this
You could test my theory by changing the blog template to the default wordpress one quickly and having a look at the registration page to see of they all align up and then changing it back to your theme
if so you may see a line in the file like this
.checkbox {
}
or
#checkbox {
}
But bear in mind this will change every check box on the blog if you change thisStatistics: Posted by webboy — October 17th, 2010, 5:29 am
]]>