How-to and Troubleshooting
7
Posts
2
Users
0
Reactions
3,419
Views
Apr 01, 2017 7: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 8:27 am
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 12:01 pm
I'm sorry but I didn't follow you.
Apr 02, 2017 12: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 12:20 pm
OK.