diff --git a/modules/social_features/social_post/social_post.module b/modules/social_features/social_post/social_post.module
index d012ced..ecb7720 100644
--- a/modules/social_features/social_post/social_post.module
+++ b/modules/social_features/social_post/social_post.module
@@ -24,6 +24,8 @@ function social_post_form_post_form_alter(&$form, FormStateInterface $form_state
 
   // Set submit button caption to Post instead of Save.
   $form['actions']['submit']['#value'] = t('Post',array(),array('context' => 'Post button'));
+  $form['actions']['submit']['#prefix'] = '<div>';
+  $form['actions']['submit']['#suffix'] = '</div>'; 
 
   if (!empty($form['field_post']) && !empty($form['field_post']['widget'][0])) {
     // For posting on the stream on the group stream.