not sure how this is related to bbpress.
I suspect you will need to set something in your theme
dashboard>appearance>customise
this custom css might help if you can’t find where to set the width
#wrapper.boxed #theme-header, #wrapper.boxed .breaking-news, #wrapper.boxed #main-content {
width: 1200px !important;
}