Notifications
Clear all

wpForo 1.x.x [Solved] Layout problem

3 Posts
2 Users
2 Reactions
1,488 Views
Posts: 7
Topic starter
(@gordonfreezeman)
Active Member
Joined: 7 years ago

Hello.

Wpforo seems excellent. Thank you.

I used to use in "Turn WordPress to wpForo" mode, and it looked very nice, but when I turned the mode off, the layout collapsed like the attached file below.

I see only "Forum" and "edit" showed up on the left side. No sidebars.

I tried custom css code

#wpforo #wpforo-wrap {
font-size: 13px; width: 100%; padding:10px 20px; margin:0px;
}
#wpforo #wpforo-wrap .wpforo-content {
width: 100% !important;
}

but didn't work.

Plz help us.

2 Replies
Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

This is your theme issue. The page content is two small in this theme. Just edit the forum page and check the page templates in right admin-boxes of edit page screen. if you don't find full width template please contact to the theme developers and ask them to help you. wpForo is loading in page content, other parts are controled by your theme. wpForo can't make your page 100% width. Pages are theme components and are designed by the theme you use.

Posts: 7
Topic starter
(@gordonfreezeman)
Active Member
Joined: 7 years ago

Thanks for your advice!

I could fix the problem 🙂