Notifications
Clear all

wpForo 1.x.x [Solved] Need to resize this please look.

3 Posts
2 Users
0 Likes
995 Views
Posts: 5
Topic starter
(@codetard)
Active Member
Joined: 4 years ago

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

 

How do I do this ? 

 

Greetings.

2 Replies
Robert
Posts: 10498
Admin
(@robert)
Support Team
Joined: 8 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: 4 years ago

Thanks my friend!