AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
7
Posts
2
Users
0
Reactions
4,160
Views
Apr 01, 2017 11:06 am
Hello, I'm trying to add a forum to a site with wpForo, but instead of extending to end of the page, the forum will just be at the center of the page.
How do I fix this please?
The site url is https://www.naijaandroidarena.com/forum
6 Replies
Apr 01, 2017 12:27 pm
The problem comes from your theme, it has 600px max width in CSS so it doesn't allow forum to get more width. Use this CSS code to enlarge forum page width:
body.wpforo .entry-content.page-content, body.wpforo .entry-title.entry-title-page{
width: 900px;
max-width: 900px;
}
Apr 02, 2017 4:01 pm
I'm sorry but I didn't follow you.
Apr 02, 2017 4:17 pm
I'm sorry but there is no way to do this.But this is already in our to-do list, I'll update tis topic once it's included in wpForo core. Currently if you have a sidebar under the forum you can use wpForo Recent Topics widget in this sidebar.
Apr 02, 2017 4:20 pm
OK.
