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 [Solved] Sidebar Design Problem

7 Posts
2 Users
0 Reactions
1,381 Views
Posts: 6
Topic starter
(@hhsenturk)
Active Member
Joined: 4 years ago

Hi,

Sidebar appears to be broken on my community page. How can I fix this?
 
 
6 Replies
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 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: 4 years ago

Thanks. https://ziraatweb.com/forum

@robert

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

Support Team
Posts: 10616

@hhsenturk,

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

(@hhsenturk)
Joined: 4 years ago

Active Member
Posts: 6

@robert sorry, closed plugin

Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10616

@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: 4 years ago

Very thanks.