Notifications
Clear all

wpForo 1.x.x [Solved] Full Width forum

6 Posts
3 Users
2 Likes
963 Views
Posts: 73
Topic starter
(@srtalop)
Estimable Member
Joined: 5 years ago

Dear team, is there a way to make this forum full width? It is specially odd in mobile versions.

Thanks a lot!

5 Replies
Posts: 1602
(@anonymous20)
Noble Member
Joined: 8 years ago

Yes you can, within your theme. Use Full Page width in Page Template Properties of wpForo "base" page.

Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

@srtalop,

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.

3 Replies
(@srtalop)
Joined: 5 years ago

Estimable Member
Posts: 73

Thanks a lot. I did both and it seems the same. 

Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4233

@srtalop

Please try on incognito mode. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.

(@srtalop)
Joined: 5 years ago

Estimable Member
Posts: 73

thanks.