Notifications
Clear all

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

8 Posts
3 Users
2 Reactions
4,541 Views
Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

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.

 

Posts: 13
(@sunilromy)
Eminent Member
Joined: 8 years ago
Posted by: Robert

ย 

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 .

Posts: 13
(@sunilromy)
Eminent Member
Joined: 8 years ago

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