Notifications
Clear all

wpForo 1.x.x [Closed] How do I set the Forum to be wider ?

5 Posts
4 Users
1 Likes
4,974 Views
Posts: 9
Topic starter
(@bilarr)
Active Member
Joined: 7 years ago

Hey ! On this site your forum takes almost all the page, How can I do that on my site ?
That is how my site's forum look like and I want it to take bigger part of the page:

https://uppercutisraelguides.000webhostapp.com/community

Thanks for help !

4 Replies
Posts: 316
(@1sharonkat)
Reputable Member
Joined: 7 years ago

Change theme?

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

Edit the forum page and select Full Width or One Column page template in Page Template admin-box. If your theme doesn't have such page template check other options to remove the right sidebar. This page is two column page and forum has no chance to be wider until the right sidebar is not removed or the layout set one column.

Posts: 316
(@1sharonkat)
Reputable Member
Joined: 7 years ago

Looks better now, this is the theme I'm using.

You can make it even wider:

Robert gave me this tip sometime ago:

Tip: If you want to change forum and sidebar widths you can use this simple CSS code. 
Just put it in Dashboard > Forums > Settings > Styles > “Custom CSS Code” textarea, the save it, 
delete all caches and do Ctrl+F5 on front end to load new CSS code:

#wpforo #wpforo-wrap .wpforo-content{ width: 73%; }
#wpforo #wpforo-wrap .wpforo-right-sidebar { width: 24%;}

 

בהצלחה

יוסי

 

Posts: 1
(@psjallah)
New Member
Joined: 6 years ago

Nice information