Notifications
Clear all

wpForo 1.x.x [Closed] Forum Not Full Page

7 Posts
2 Users
0 Likes
3,096 Views
Posts: 50
Topic starter
(@odirachris)
Trusted Member
Joined: 7 years ago

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
Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

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;
}
1 Reply
(@odirachris)
Joined: 7 years ago

Trusted Member
Posts: 50

Thanks, that was helpful.

One more thing please, is there a way to display latest topics on forum index page, that is below categories and forums?

Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

I'm sorry but I didn't follow you.

1 Reply
(@odirachris)
Joined: 7 years ago

Trusted Member
Posts: 50

What I mean is to show list of latest forum topics (like say...10-20) on wpForo index page, irrespective of forum or category. Something like topic feed on index page.

Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

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.

Posts: 50
Topic starter
(@odirachris)
Trusted Member
Joined: 7 years ago