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.
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?
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%;} }
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