Notifications
Clear all

wpForo 1.x.x [Solved] Decrease the size of this location

5 Posts
2 Users
0 Reactions
632 Views
Posts: 34
Topic starter
(@neygo)
Trusted Member
Joined: 4 years ago

I want to decrease the size of this location as shown in the image

4 Replies
Sofy
Posts: 4900
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

@neygo,

Please leave the current page URL. Also, we don't follow you well. Please clarify do you mean the font-size of the header section? 

Posts: 34
Topic starter
(@neygo)
Trusted Member
Joined: 4 years ago
1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4900

@neygo,

Use the CSS code below:

#wpforo #wpforo-wrap .wpfl-2 .head-title{width: 55%;}
#wpforo #wpforo-wrap .wpfl-2 .head-stat-lastpost {width: 18%;}
#wpforo #wpforo-wrap .wpfl-2 .head-stat-views {width: 15%;}
#wpforo #wpforo-wrap .wpfl-2 .head-stat-posts {width: 9%;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-avatar {width: 8%;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-info { width: 49%; }
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-stat-lastpost {width: 18%; }
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-stat-views {width: 11%;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-stat-posts {width: 14%;}
#wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-head div {font-size: 12px !important;}

The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles Tab.  

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file. 

Posts: 34
Topic starter
(@neygo)
Trusted Member
Joined: 4 years ago

Obrigado!