Move checkbox
julianna - October 15, 2009 - 20:30
| Project: | Terms of Use |
| Version: | 6.x-1.9 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
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

#1
Check box is at the bottom (check your xhtml source...) it's a problem with your CSS...
Add
#edit-I-agree-wrapper{clear:both;
}