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] Need to resize this please look.

3 Posts
2 Users
0 Reactions
1,472 Views
Posts: 5
Topic starter
(@codetard)
Active Member
Joined: 6 years ago

Hello, need to get more space between the words 'onderwerpen' and " berichten'

 

How do I do this ? 

 

Greetings.

2 Replies
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @codetard,

Please navigate to Dashboard > Forums > Settings > Styles admin page, put this CSS code in Custom CSS Code textarea. Save it, delete all cache and do Ctrl+F5 on front-end.

#wpforo #wpforo-wrap .wpfl-1 .cat-stat-topics{ width: 15%; }
#wpforo #wpforo-wrap .wpfl-1 .cat-stat-posts{ width: 15%; }
#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: 15%; }
#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-stat-topics{ width: 15%; }
#wpforo #wpforo-wrap .wpfl-1 .head-stat-posts{ width: 15%; }
#wpforo #wpforo-wrap .wpfl-1 .head-stat-views{ width: 15%; }
#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: 15%; }
#wpforo #wpforo-wrap .wpfl-1 .wpforo-topic-stat-posts{ width: 15%; }
Posts: 5
Topic starter
(@codetard)
Active Member
Joined: 6 years ago

Thanks my friend!