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.
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%;}
Thanks Robert - it sure worked, but there is no padding between two areas. Can you please help me put some padding between them? Thanks!
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%;}
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.