This topic has 4 replies, 3 voices, and was last updated 7 years, 8 months ago ago by Rose Tyler
Hello,
We installed a bbpress forum on our site and we added a sidebar to our blog pages.
The problem is that the sidebar also shows up in the forum pages where we don’t want to have a sidebar being displayed.
What do we need to do to have the blog sidebar only on blog pages and not in the forum?
Thanks,
Jan
Hello,
Please add this code in custom.css file:
.forum .row-fluid .span9 {
width: 100% !important;
}
.forum .span3.sidebar.sidebar-left {
display: none;
}
How to create custom.css you can watch in this tutorial.
Regards,
Eva Kemp.
Hello Eva,
thank you! I got the problem solved.
Best regards,
Jan
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Seperate Sidebar on forum pages’' has been successfully resolved, and the topic is now closed for further responses