Problem: drag and drop handle gets stripped from the CSS
// first go to the_aim_theme settings and remove stripping of system.base.css
// second: add code below to your css
.draggable a.tabledrag-handle {
height: 0.7em;
margin-left: 0;
font-size: 2.5em;
padding-top: 8px;
}