diff --git a/app/views/group/index.html.haml b/app/views/group/index.html.haml
index 070fff40..bb0a7648 100644
--- a/app/views/group/index.html.haml
+++ b/app/views/group/index.html.haml
@@ -2,7 +2,7 @@
.container.j2-page
.col-md-3.col-sm-3
= render 'shared/sidebar'
- .col-md-9.col-xs-12.col-sm-9
+ .col-md-9.col-xs-12.col-sm-9.j2-col-reset
= render 'layouts/messages'
#timeline
diff --git a/app/views/user/questions.html.haml b/app/views/user/questions.html.haml
index e1ce1c30..f5e4262e 100644
--- a/app/views/user/questions.html.haml
+++ b/app/views/user/questions.html.haml
@@ -1,9 +1,9 @@
.profile--header
.container.j2-page
- .col-md-3.col-xs-12.col-sm-4
+ .col-md-3.col-xs-12.col-sm-4.j2-col-reset
= render 'user/profile_info'
.hidden-xs= render 'shared/links'
- .col-md-9.col-xs-12.col-sm-8
+ .col-md-9.col-xs-12.col-sm-8.j2-col-reset
%h1.j2-lh.hidden-xs= @title
%h1.visible-xs= @title
#questions
diff --git a/app/views/user/show_follow.html.haml b/app/views/user/show_follow.html.haml
index 54899d40..83f526da 100644
--- a/app/views/user/show_follow.html.haml
+++ b/app/views/user/show_follow.html.haml
@@ -1,9 +1,9 @@
.profile--header
.container.j2-page
- .col-md-3.col-xs-12.col-sm-4
+ .col-md-3.col-xs-12.col-sm-4.j2-col-reset
= render 'user/profile_info'
.hidden-xs= render 'shared/links'
- .col-md-9.col-xs-12.col-sm-8
+ .col-md-9.col-xs-12.col-sm-8.j2-col-reset
%h1.j2-lh.hidden-xs= @title
%h1.visible-xs= @title
#users