Aug 10, 2020 6:57 am
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
Aug 10, 2020 7: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 8:02 am
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