Notifications
Clear all

[Solved] How Can I Make my forum like the one here

5 Posts
2 Users
0 Likes
855 Views
Posts: 5
Topic starter
(@mirapee)
Active Member
Joined: 4 years ago

Please, how do I increase my WPforo page to cover the PC screen just like the one here? The theme is short and gives space to an empty screen. Below is the screenshot I took

4 Replies
Sofy
Posts: 4198
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @mirapee,

This issue comes from your active theme. However, if you can leave your forum URL we'll be able to provide a CSS solution for you. 

3 Replies
(@mirapee)
Joined: 4 years ago

Active Member
Posts: 5

@sofy

This is the forum URL

https:// techyloud.com/community/

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

Support Team
Posts: 4198

@mirapee,

Please navigate to Dashboard > Forums > Settings > Styles admin page, put the following CSS code in "Custom CSS code" textarea, save it, delete all caches and check again: 

.td-pb-span8 {
width: 100% !important;
}

Don't forget to press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.

(@mirapee)
Joined: 4 years ago

Active Member
Posts: 5

@sofy

Thanks, sofy. It work