Index: bbpress.php
===================================================================
--- bbpress.php	(revision 1749)
+++ bbpress.php	(working copy)
@@ -9,7 +9,7 @@
 
 <div id="pagebody">
 	<div class="wrapper">
-		<div class="col-12">
+		<div class="col-12 bbpress">
 			<div class="content">
 				<?php while ( have_posts() ) : the_post(); ?>
 
Index: page-front-support.php
===================================================================
--- page-front-support.php	(revision 1749)
+++ page-front-support.php	(working copy)
@@ -16,7 +16,7 @@
 
 		<?php do_action( 'bbp_template_notices' ); ?>
 
-		<div class="col-6" id="forum-welcome">
+		<div class="col-6 bbpress" id="forum-welcome">
 
 			<p class="intro"><?php _e( 'We&rsquo;ve got a variety of resources to help you get the most out of WordPress. Your first stop should be our <a href="https://codex.wordpress.org">documentation</a>, where you&rsquo;ll find information on everything from installing WordPress for the first time to creating your own themes&nbsp;and&nbsp;plugins.', 'wporg-forums' ); ?></p>
 			<h3><?php _e( 'Getting Started Resources', 'wporg-forums' ); ?></h3>
@@ -41,7 +41,7 @@
 				<?php wp_tag_cloud( array( 'smallest' => 14, 'largest' => 24, 'number' => 22, 'taxonomy' => bbp_get_topic_tag_tax_id() ) ); ?>
 			</p>
 		</div><!-- #forum-welcome -->
-		<div class="col-6">
+		<div class="col-6 bbpress">
 
 			<div id="bbpress-forums">
 				<?php bbp_get_template_part( 'loop', 'forums' ); ?>
Index: page-homepage.php
===================================================================
--- page-homepage.php	(revision 1749)
+++ page-homepage.php	(working copy)
@@ -16,7 +16,7 @@
 
 		<?php do_action( 'bbp_template_notices' ); ?>
 
-		<div class="col-6" id="forum-welcome">
+		<div class="col-6 bbpress" id="forum-welcome">
 
 			<p class="intro"><?php _e( 'We&rsquo;ve got a variety of resources to help you get the most out of WordPress. Your first stop should be our <a href="https://codex.wordpress.org">documentation</a>, where you&rsquo;ll find information on everything from installing WordPress for the first time to creating your own themes&nbsp;and&nbsp;plugins.', 'wporg-forums' ); ?></p>
 			<h3><?php _e( 'Getting Started Resources', 'wporg-forums' ); ?></h3>
@@ -41,7 +41,7 @@
 				<?php wp_tag_cloud( array( 'smallest' => 14, 'largest' => 24, 'number' => 22, 'taxonomy' => bbp_get_topic_tag_tax_id() ) ); ?>
 			</p>
 		</div><!-- #forum-welcome -->
-		<div class="col-6">
+		<div class="col-6 bbpress">
 
 			<?php bbp_get_template_part( 'content', 'archive-forum' ); ?>
 
Index: page.php
===================================================================
--- page.php	(revision 1749)
+++ page.php	(working copy)
@@ -14,7 +14,7 @@
 
 <div id="pagebody">
 	<div class="wrapper">
-		<div class="col-12">
+		<div class="col-12 bbpress">
 			<?php while ( have_posts() ) : the_post(); ?>
 
 				<?php the_content(); ?>
Index: style.css
===================================================================
--- style.css	(revision 1749)
+++ style.css	(working copy)
@@ -239,3 +239,7 @@
 		width: 212px;
 	}
 }
+
+.col-6.bbpress, .col-12.bbpress{
+	width: auto;
+}
