Notifications
Clear all

wpForo 1.x.x [Solved] Forum with slidebar : bad disposition

4 Posts
2 Users
0 Likes
555 Views
Posts: 38
Topic starter
(@never)
Trusted Member
Joined: 5 years ago

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

 

3 Replies
Posts: 986
Moderator
(@martin)
Support Team
Joined: 8 years ago

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.

Posts: 38
Topic starter
(@never)
Trusted Member
Joined: 5 years ago

All is ok thank you ! 

Love your plugin <3

1 Reply
Moderator
(@martin)
Joined: 8 years ago

Support Team
Posts: 986

Thank you @never,

But you have one more small issue. Your website "From" email contains "WordPress" word. We recommend change it using this instruction: https://wpforo.com/community/how-to-and-troubleshooting-2/registration-email-from-address-is-wordpressmydomain-com/#post-16186