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,
I don't understand why my forum is so big...
https://web-lifeschool.fr/community/
I have a slidebar and i selected "full widht page template" on the page.
But this is not like in the forum of wpforo.com !
Can you help me ?
Thank you
Hi @never,
That's because your Full Width theme doesn't have paddings. So you can add forum wrapper margins using this CSS code. Put it in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches and refresh the forum home page:
@media screen and (min-width:800px) {
#wpforo #wpforo-wrap {
width: auto!important;
margin: 0 10%!important;
}
}
And please update to the latest version 1.7.4 to fix the theme affection of wpForo form fields. For example the form search widget has incorrect height. It'll be fixed too.
All is ok thank you !
Love your plugin <3