Title: BBpress
Last modified: August 31, 2016

---

# BBpress

 *  [BONPAIN Pascal](https://wordpress.org/support/users/bonpain-pascal/)
 * (@bonpain-pascal)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/bbpress-62/)
 * Bonjour,
 * J’ai un probleme concernant l’affichage d’un forum BBpress.
    La largeur est de
   240px au lieu de prendre toute la largeur de la page. [http://www.sudrailpse.org/site/forum/](http://www.sudrailpse.org/site/forum/)
 * Merci pour votre aide.
 * Pascal

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

 *  [Sarah Blackstock](https://wordpress.org/support/users/sarahblackstock/)
 * (@sarahblackstock)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/bbpress-62/#post-7258274)
 * Hi Pascal!
 * If you mean the entire width without the sidebar, Apostrophe has a Full Width
   Page Template you can set the page to so that your content fills the page without
   the sidebar. (Look for Page Attributes when editing the page to find the Full
   Width template option.)
 * Or if you want to fill the space to the left of the sidebar (and keep the sidebar
   there), you could try adding some CSS like the following:
 *     ```
       #bbpress-forums {
         width: 750px;
       }
       ```
   
 * (Adjust the number to what works best for you.)
 * When adding CSS to your site, don’t edit the theme files directly, otherwise 
   your changes will be overwritten every time the theme is updated to the latest
   version.
 * An easy way to add custom CSS is to install the [Jetpack plugin](http://jetpack.me/)
   and activate the [Custom CSS](http://jetpack.me/support/custom-css/) module. 
   Then you can add CSS under Appearance > Edit CSS. (Alternatively, you could either
   install a [standalone custom CSS plugin,](http://wordpress.org/plugins/search.php?q=custom+css)
   or create a [child theme.](http://codex.wordpress.org/Child_Themes)).
 * Let me know if you have any questions! 🙂
 * PS – I translated your message using Google translate, so if I misunderstood,
   please let me know.
 *  [Sarah Blackstock](https://wordpress.org/support/users/sarahblackstock/)
 * (@sarahblackstock)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/bbpress-62/#post-7258276)
 * Ah, actually, your theme’s code has been adjusted to a width of 33.3333%. _(Thanks
   for spotting that, Kathryn!)_
 * Here’s the code found in your theme that’s causing it:
 *     ```
       .archive article, .blog article, .search article {
           box-sizing: border-box;
           float: left;
           margin-bottom: 3.33333%;
           padding-left: 1.11111%;
           padding-right: 1.11111%;
           width: 33.3333%;
       }
       ```
   
 * You could change that to fix it (or reinstall a fresh copy of the theme to start
   fresh), or if you need that code there, override with new CSS (as mentioned above)
   targeting the forum specifically.
 * Also, note: if you have edited the theme’s code directly, anytime the theme is
   updated your customizations will be lost, so be sure to make your edits in a 
   Child Theme or by adding CSS in a CSS editor, rather than directly into the theme’s
   files. (See the links for help with those options in my previous reply.)
 *  Thread Starter [BONPAIN Pascal](https://wordpress.org/support/users/bonpain-pascal/)
 * (@bonpain-pascal)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/bbpress-62/#post-7258382)
 * Merci, j’ai résolu le problème en créant une page forum dédiée 😉
 *  [Sarah Blackstock](https://wordpress.org/support/users/sarahblackstock/)
 * (@sarahblackstock)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/bbpress-62/#post-7258384)
 * Great! You’re welcome. 🙂

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

The topic ‘BBpress’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [Sarah Blackstock](https://wordpress.org/support/users/sarahblackstock/)
 * Last activity: [9 years, 12 months ago](https://wordpress.org/support/topic/bbpress-62/#post-7258384)
 * Status: not resolved