Notifications
Clear all

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.

 

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

5 Posts
2 Users
0 Reactions
1,079 Views
Posts: 5
Topic starter
(@mirapee)
Active Member
Joined: 6 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 6 years ago

Active Member
Posts: 5

@sofy

This is the forum URL

https:// techyloud.com/community/

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

Support Team
Posts: 5483

@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: 6 years ago

Active Member
Posts: 5

@sofy

Thanks, sofy. It work