Remove widget menu (sidebar) on bbPress

Hello agin again again!

This is the LAST question then I am done and your beautiful theme has really been AWESOME!

I am working on justunitecyprus.se

AND on the forum page, using bbPres, I CAN’T seem to figure out how to get rid of the widget menu… is there any easy way to go about this?

THANK YOU FOR BEING SO PATIENT AND AWESOME!

Thank you for your feedback! :slight_smile:

Please, could you remove password protection for your website, so I can see your bbPress setup and provide some Custom CSS for you.

Oopps sorry!! I just threw that in there after I wrote this post…

The password is: varosha

Thank you!

To remove sidebar from bbPress forum you can add this code to Theme Options - Other - Custom CSS

.bbpress #secondary {
  display: none;
}
.bbpress #primary {
  width: 100%;
}

This will apply only to forum pages and sidebar will be still visible on any other page on your website unless you use Page Full-Width template.

You are amazing!!! Thank you!