Jun 28, 2019 6:22 am
Dear team, is there a way to make this forum full width? It is specially odd in mobile versions.
Thanks a lot!
5 Replies
Jun 28, 2019 7:00 am
Yes you can, within your theme. Use Full Page width in Page Template Properties of wpForo "base" page.
Jun 28, 2019 10:15 am
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.