Hi There,
To remove the sidebar on the forum’s pages, try adding the following CSS under Customize > Custom > CSS:
body.bbpress {
background-color: #fff;
}
body.bbpress aside.x-sidebar.right {
display: none;
}
body.bbpress .x-main.left {
width: 100%;
}
Hope it helps 🙂