Notifications
Clear all

wpForo 1.x.x [Solved] Widget setting

4 Posts
3 Users
1 Reactions
1,084 Views
Posts: 9
Topic starter
(@kangarooooo)
Active Member
Joined: 4 years ago

Hello,

is there any possibility to change the size of widgets e.g. with css?, i added a screenshot where you see my problem

And is here any possibility to hide widgets in the login page?

3 Replies
Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @kangarooooo,

First I recommend add spaces to the left and right sides of your forum. It's not nice now. Just use this CSS code:

#wpforo #wpforo-wrap {
     padding: 0% 3%;
}

 

After this your widgets will be a bit far from the right margin, and they'll look better.

Then you can use this CSS code to manage width part of the main content and sidebar:

@media screen and (min-width:601px) {
   #wpforo #wpforo-wrap .wpforo-content{width:73%; }
   #wpforo #wpforo-wrap .wpforo-right-sidebar{width:24%;}
}
Posts: 9
Topic starter
(@kangarooooo)
Active Member
Joined: 4 years ago

Hi @Robert

Thanks for your tipps and the quick awnser.
But is there any possibility to hide the widgets at the login and registration page?

Thanks

1 Reply
Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1862

@kangarooooo,

Please navigate to the Dashboard > Appearance > Widgets admin page, find and edit the "wpForo profile data and notifications" widget, then enable the "Hide this widget for guests" options and check again. Screenshot below: