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.

 

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

13 Posts
6 Users
1 Reactions
3,170 Views
Posts: 27
Topic starter
(@sodemieters)
Eminent Member
Joined: 7 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: 10616
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: 7 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: 10616
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: 7 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