AI Search
Classic Search
Notifications
Clear all
3 Replies
Aug 10, 2020 11:33 am
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%;}
}
Aug 10, 2020 12:02 pm
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

