Notifications
Clear all

wpForo 1.x.x [Solved] Adjust width of forum description

5 Posts
2 Users
0 Likes
1,423 Views
Posts: 12
Topic starter
(@arvedg)
Eminent Member
Joined: 4 years ago

Hi, how would I adjust the width of the forum description? In my forum it covers only two thirds of the width and then jumps to a new line. See image attached.

Thanks, Arved

4 Replies
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @arvedg,

Please leave some example URL to allow us to check it. 

Posts: 12
Topic starter
(@arvedg)
Eminent Member
Joined: 4 years ago

Hi @sofy, thanks for the reply. Please follow https://rb.gy/08hymr to see.

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4233

@arvedg,

Use the following CSS code:

#wpforo #wpforo-wrap .wpf-head-bar-left {
width: 100%;
}

The CSS codes should be added 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.   

Posts: 12
Topic starter
(@arvedg)
Eminent Member
Joined: 4 years ago

@sofy

 

Worked! Of course, you knew 🙂

 

Thank you for the speedy solution. And thank you for this great plugin, forum, support, spirit!