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 !
Change theme?
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.
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%;}
בהצלחה
יוסי
Nice information