Notifications
Clear all

wpForo 1.x.x [Closed] Sidebar width adjustment?

8 Posts
3 Users
2 Reactions
4,420 Views
Posts: 3
Topic starter
(@markreynolds)
Active Member
Joined: 8 years ago

Hi all - I just installed the plug-in (great piece of work, guys!) and have been playing with it. One thing I wanted to do is adjust the width of the sidebar. As advised in the documentation, I set the forum page at no-sidebar & full width, and turned on the wpFORO sidebar via going to Appearance - Widget.

I am using Customizr theme, and the main body to sidebar ration is around 7:3 (see my website). Is there a way to change it to somewhere around 8:2 or something other than the default ratio? Thank you.

7 Replies
Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi markreynolds,

Put this CSS code in style.css of your active theme:

#wpforo #wpforo-wrap .wpforo-content{ width: 76%; }
#wpforo #wpforo-wrap .wpforo-right-sidebar { width: 24%;}
Posts: 3
Topic starter
(@markreynolds)
Active Member
Joined: 8 years ago

Thanks Robert - it sure worked, but there is no padding between two areas. Can you please help me put some padding between them? Thanks!

Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

Sure, just set less the percent of content part, like this:

#wpforo #wpforo-wrap .wpforo-content{ width: 73%; }
#wpforo #wpforo-wrap .wpforo-right-sidebar { width: 24%;}
Posts: 3
Topic starter
(@markreynolds)
Active Member
Joined: 8 years ago

Great! That was such a simple solution lol 😉 Now, where do I get a nice "Recent Replies" widget like the one on this forum? Are there any wpFORO plugins/widgets available? Thank you again for your help.

Page 1 / 2