Notifications
Clear all

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.

 

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

2 Posts
2 Users
0 Reactions
1,361 Views
Posts: 53
Topic starter
(@coinnewsweb)
Estimable Member
Joined: 5 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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.