This page is using full width template, but for some reason, it is not appearing as full width. Please let me know where is the problem?
Thanks in advance.
This page is using full width template, but for some reason, it is not appearing as full width. Please let me know where is the problem?
Thanks in advance.
It seems like the bbpress forum template adds a sidebar to the page content. You can use following css code to hide it (i.e. add it to style.css):
#top.bbPress .fullwidth_sidebar {
display: none !important;
}
#top.bbPress #content, #top.bbPress .entry-no-pic .entry-content {
width: 98%;
}You must log in to post.