badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: bbpress / full width

#72548

Hi @james-5892,

Do you mean that you want to make bbpress to full width even you have set the page layout to right sidebar, left sidebar or no sidebar? If so then you don’t need to create any pages. The easy way is you can just hide the sidebar on bbpress through Additional CSS codes. So please go to ‘Appearance > Customize > Addition CSS’ and paste the below code.

.bbpress #secondary.widget-area {
	display: none
}
.bbpress #primary.content-area {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

Thanks