THis is all the CSS you need.
.bbpress .post-section {
margin: 0 2% 20px;
width: 96%;
}
.bbpress #content-main {
width: 100%;
margin-right: 0;
}
@media screen and (max-width: 1002px) and (min-width: 768px)
.bbpress #content-main-inner {
margin-right: 0;
}
To remove the sidebar you have to follow this guide and remove the sidebar PHP code.
Getting Started in Modifying the Main bbPress Template
Probably after updating the theme, this sidebar is showing there.
Can you be more precise where I should remove this code?
I have added that code to css editor.
It would be perfect if you could instruct how to remove sidebar step by step.
Step by step might be this
Thanks, actually I just copied the old bbpress.php from the old version of the theme.
Some time ago you helped me to remove the voice count from the forum. I remember that I gave you my login information to my dashboard panel (I was contacting with you via mail) so I do not know how to do it.
Ok, I found on this forum that I have to add this code to the css editor:
.bbp-topic-voice-count {
visibility: hidden;
width: 20%;
}
I have done it, it works but how I can extend the topic title and freshness widths to make it look better?
http://bit.ly/1NQj9fO NSFW
This is what I used before.
li.bbp-topic-voice-count {
display: none;
}
li.bbp-topic-title {
width: 65%;
}