Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Dear team, is there a way to make this forum full width? It is specially odd in mobile versions.
Thanks a lot!
Yes you can, within your theme. Use Full Page width in Page Template Properties of wpForo "base" page.
You can also use the following CSS code. It'll remove the extra paddings on wpForo pages.
.page .hentry {
padding: 0 !important;
}
The CSS code should be added in Dashboard > Forums > Settings > Styles > "Custom CSS code" textarea.
Don't forget to delete all caches before checking.
In the case of mobile devices please test it on other mobile devices or try on incognito mode. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.