Notifications
Clear all

wpForo 1.x.x [Solved] Sidebar Design Problem

7 Posts
2 Users
0 Reactions
919 Views
Posts: 6
Topic starter
(@hhsenturk)
Active Member
Joined: 3 years ago

Hi,

Sidebar appears to be broken on my community page. How can I fix this?
 
 
6 Replies
Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

It's broken by your theme. Please leave a URL to that page, so we could debug and provide a css code to fix it.

Posts: 6
Topic starter
(@hhsenturk)
Active Member
Joined: 3 years ago

Thanks. https://ziraatweb.com/forum

@robert

3 Replies
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10549

@hhsenturk,

I cannot do right-click to inspect HTML and CSS codes. Please disable the plugin which prevents right clicks and copies.

(@hhsenturk)
Joined: 3 years ago

Active Member
Posts: 6

@robert sorry, closed plugin

Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10549

@hhsenturk,

Ok, insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:

#wpforo #wpforo-wrap .wpforo-right-sidebar aside{
      width: 100%;
}
Posts: 6
Topic starter
(@hhsenturk)
Active Member
Joined: 3 years ago

Very thanks.