I have installed bbpress on DW Focus theme. The page design is set up to fullwidth. It does show the forum index that way. But, when i go on topic view, or forum view, it does show the page with ca.33% width + 33% with main sidebar. I do not wish to have a sidebar on the bbpress forum, and i do wish to have the whole forum in fullwidth (100%).
How can i get it?
P.S: DW Focus theme is standard, didnt change anything on it.
2 Answers
Please send me your site for further checking.
Hi Tifa,
I have checked your site. To display full-width for the Bbpress forum in your site, You can log in to Dashboard > Theme > Customize > General Settings then add the following code to the “Header code” area:
<style>
.bbpress #secondary {
display: none;
}
.bbpress #main > .container > .row {
background: none;
}
.bbpress .site-content > .hentry .entry-content {
max-width: 1040px;
float: none;
width: 100%;
}
.bbpress .site-content {
width: 100%;
margin: 0;
}
</style>
Hope this helps!
Please login or Register to submit your answer