Title: BBPress layout issue
Last modified: August 21, 2016

---

# BBPress layout issue

 *  Resolved [Tim W](https://wordpress.org/support/users/twalker123/)
 * (@twalker123)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/bbpress-layout-issue/)
 * I love the Nuntius theme, but I’m having troubles with the layout using WooCommerce
   and BBPress:
 * When using BBPress, the content of the messages becomes hidden by the sidebar:
   
   [http://support.nuggetweb.com/support-forums/topic/recommended-web-browser-for-administrating-your-merchant-shop/](http://support.nuggetweb.com/support-forums/topic/recommended-web-browser-for-administrating-your-merchant-shop/)
 * Using WooCommerce, it would just be nice to have a little padding around the 
   content.
 * Can you point me in the right direction?
 * Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Thread Starter [Tim W](https://wordpress.org/support/users/twalker123/)
 * (@twalker123)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/bbpress-layout-issue/#post-4448520)
 * Whoops… here is the link for the WooCommerce page. The product description towards
   the bottom of the page gets a little crowded around the edges:
 * [http://nuggetweb.com/product/nuggetweb-merchant-shop/](http://nuggetweb.com/product/nuggetweb-merchant-shop/)
 *  Thread Starter [Tim W](https://wordpress.org/support/users/twalker123/)
 * (@twalker123)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/bbpress-layout-issue/#post-4448552)
 * BBPress issue resolved by adding this to the child theme style.css
 * #content .topic, .bbpress-forums {
    width: 95% !important; } #content .forum {
   width: 100% !important; }
 * Still unsure about how to fix the WooCommerce issue.
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/bbpress-layout-issue/#post-4448568)
 * It looks like you just need to add some padding to your CSS on the element(s)
   where the text is butting up against the edges.
 * Here are some very helpful posts that will help you customize your site with 
   CSS by locating the specific elements you’re trying to target:
 * [https://dailypost.wordpress.com/2013/07/25/css-selectors/](https://dailypost.wordpress.com/2013/07/25/css-selectors/)
 * [http://en.support.wordpress.com/custom-design/how-to-find-your-themes-css/](http://en.support.wordpress.com/custom-design/how-to-find-your-themes-css/)
 * The articles are on WordPress.com but the same principles apply to any WordPress
   site.
 *  Thread Starter [Tim W](https://wordpress.org/support/users/twalker123/)
 * (@twalker123)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/bbpress-layout-issue/#post-4448573)
 * Got it. I was having trouble finding the right selector. Here was what I needed:
 *     ```
       #content .product {
       	margin-left:auto;
       	margin-right:auto;
       	padding: 7px;
       }
       ```
   
 * Thanks Kathryn!
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/bbpress-layout-issue/#post-4448676)
 * Great, glad you’re all set!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘BBPress layout issue’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/nuntius/1.2.2/screenshot.png)
 * Nuntius
 * [Support Threads](https://wordpress.org/support/theme/nuntius/)
 * [Active Topics](https://wordpress.org/support/theme/nuntius/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/nuntius/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/nuntius/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/bbpress-layout-issue/#post-4448676)
 * Status: resolved