Notifications
Clear all

wpForo 1.x.x [Closed] How to change width of widget

3 Posts
3 Users
0 Likes
1,205 Views
Posts: 3
Topic starter
(@fintish)
Active Member
Joined: 5 years ago

Tell me please, how I can change width of sidebar on Forum page.

2 Replies
Sofy
Posts: 4310
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi  Fintish,

If you want to wpForo sidebar width you can use the following CSS code. Just put it in Dashboard > Forums > Settings > Styles > “Custom CSS Code” textarea, the save it, delete all caches and do Ctrl+F5 on front end to load new CSS code:

@media screen and (min-width:601px) {
   #wpforo #wpforo-wrap .wpforo-right-sidebar{width:24%;}
}
Posts: 1
(@abatsam)
New Member
Joined: 5 years ago

Hope it's working now