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!