Notifications
Clear all

wpForo 1.x.x [Solved] Make a wider forum

13 Posts
6 Users
1 Reactions
2,533 Views
Posts: 27
Topic starter
(@sodemieters)
Eminent Member
Joined: 6 years ago

Thank you.
I have the problem that the text does not fit .
It must be just a little bigger

 

 

1 Reply
Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10587
Posted by: Sodemieters

Thank you.
I have the problem that the text does not fit .
It must be just a little bigger

You can use simple CSS code. Please add this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, navigate to forum front-end and press CTRL+F5 to load new content of CSS file:

#wpforo #wpforo-wrap .wpfl-1 .cat-stat-topics{ width: 11%; }
#wpforo #wpforo-wrap .wpfl-1 .cat-stat-posts{ width: 10%; }
#wpforo #wpforo-wrap .wpfl-1 .cat-title { width: 69%; }
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-info{width: 60%;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-stat-posts{ width: 11%; }
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-stat-topics{ width: 10%; }
#wpforo #wpforo-wrap .wpfl-1 .head-stat-posts{ width: 11%; }
#wpforo #wpforo-wrap .wpfl-1 .head-stat-views{ width: 10%; }
#wpforo #wpforo-wrap .wpfl-1 .head-title{ width: 69%; }
#wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-info{ width: 60%;}
#wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-stat-views{ width: 11%; }
#wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-stat-posts{ width: 10%; }
Posts: 27
Topic starter
(@sodemieters)
Eminent Member
Joined: 6 years ago

Thanks for your response
Done, unfortunately it does not work.
Tested in Crome and Edge, unfortunately no result

 

 

1 Reply
Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10587
Posted by: Sodemieters

Thanks for your response
Done, unfortunately it does not work.
Tested in Crome and Edge, unfortunately no result

@sodemieters

I don't understand why you have a space after # char? Please remove all spaces after "#" char and delete all caches and press Ctrl+F5 on forum front-end again.

Posts: 27
Topic starter
(@sodemieters)
Eminent Member
Joined: 6 years ago

I had copied it and pasted it.
Now the spaces are removed, and works well.

Am so glad that you help me
Thank you very much

Page 2 / 2