Hi.

Currently, the checkbox shows at the top of the Terms of Use box. Is there any way to move it so that it's at the bottom, after the user has read the terms?

Example of current behaviour:
http://www.cultureblast.ca/user/register

Thanks

Julianna

Comments

gagarine’s picture

Status: Active » Closed (won't fix)

Check box is at the bottom (check your xhtml source...) it's a problem with your CSS...

Add

#edit-I-agree-wrapper{
    clear:both;
}