My forum
https://www.woodmore.co.uk/community/
I have a lot of white space on the left, how can I make my forum wider into that space?
Not related but remove caching from wpForo page (the one with the shortcode).This has been posted several times from gVectors support, not my suggestion or idea.
W3TC will create issues with wpForo.
Hi @thewoodysplace,
Check this FAQ Topic About Caching: https://wpforo.com/community/faq/wpforo-and-cache-plugins/
About Wider Forum
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.
Also, 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, to 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%;}