How to remove sidebar on all Child side

HI all
I now want try use the bbpress, can remove all after that ( website/forums/xxxxx ) post sidebar ?
Thanks

Do you mean you want to remove the sidebar on all the pages ( website/forums/xxxxx )?

If yes then could you please share me the page URL from your site where it is displaying so that i can help you to remove it?

ya,i want remove all after(forums) post / topic sidebar , include forums.
URL :http://acgpitpot.com/forums/
Thnaks

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.bbpress .main-content-inner.col-sm-12.col-md-8 {
    width: 100%;
}

.bbpress #secondary {
    display: none;
}

The code is working !
Thanks!
hope you have well today

You are always welcome here :slight_smile: