Notifications
Clear all

wpForo 1.x.x [Closed] how to resize forum layout in bookmarks section

2 Posts
2 Users
0 Reactions
1,157 Views
Posts: 51
Topic starter
(@coinnewsweb)
Estimable Member
Joined: 4 years ago

how to resize forum layouts in search engine-friendly forums and posts and displayed in search results

http://coinnewsweb.com/community/

 

 

 

1 Reply
Sofy
Posts: 4585
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @coinnewsweb,

This comes from the active theme. below is provided a CSS solution you can use just change the value of the width property as you like: 

body.center-content #primary {
width: 86%;
}

Put the CSS code in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style 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.