Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Solved] Widget setting

4 Posts
3 Users
1 Reactions
1,229 Views
Posts: 9
Topic starter
(@kangarooooo)
Active Member
Joined: 5 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: 10616
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: 5 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: 6 years ago

Member
Posts: 1861

@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: