diff --git content_multigroup.node_form.inc content_multigroup.node_form.inc
index 323b055..2f5a84b 100644
--- content_multigroup.node_form.inc
+++ content_multigroup.node_form.inc
@@ -784,6 +784,8 @@ function theme_content_multigroup_node_form($element) {
     $header[] = array('data' => t('Order'), 'class' => 'content-multiple-weight-header');
     if ($group_multiple == 1) {
       $header[] = array('data' => t('Remove'), 'class' => 'content-multiple-remove-header');
+      // add an empty th so that it matches the additional td with the remove button
+      $header[] = array('data' => '');
     }
   }
   $rows = array();
