Jul 03, 2016 5:36 am
wpForo comes with three widgets:
- wpForo Online Members
- wpForo Recent Replies
- wpForo Search
You can find those in Dashboard > Appearance > Widgets admin page. i attached the screen.
Jul 26, 2016 2:40 pm
Β
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%;}Β Β
This code do the sidebar width job. But it messes mobile responsive layout .
Jul 26, 2016 4:29 pm
Haa. I fixed it. you guys doing a good job..Β
@media only screen and (min-width: 981px){ #wpforo #wpforo-wrap .wpforo-content{ width: 76%; } #wpforo #wpforo-wrap .wpforo-right-sidebar { width: 21%;} }
Thanks π I am sorry for hijacking someone else thread.Β
Page 2 / 2
Prev