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.
Sep 20, 2019 1:18 am
Hello, need to get more space between the words 'onderwerpen' and " berichten'
How do I do this ?
Greetings.
2 Replies
Sep 20, 2019 7:22 am
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%; }
Sep 20, 2019 3:10 pm
Thanks my friend!