Notifications
Clear all

wpForo 1.x.x [Closed] Forum doesn't fit page even though theme is meant to be responsive

11 Posts
3 Users
0 Likes
3,705 Views
Posts: 5
Topic starter
(@saminareza)
Active Member
Joined: 6 years ago

Hello

this is really frustrating me I've tried everything but I can't manage to get the forum to fit the page. It looks fine on tablet and desktop but on mobile it only shows half the forum with words from topics tailing off. The forum also appears squashed on the page. Please please help!!!!

10 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

I think this is a conflict with your theme. Try to change the theme and test it again.

Also please leave forum URL to allow us debug CSS conflicts.

Posts: 5
Topic starter
(@saminareza)
Active Member
Joined: 6 years ago

I don't think its a theme conflict I have tried a number of themes from Wordpress and the same error always shows but please check for me:

 

http://www.moomaa.co.uk/community/

Posts: 5
Topic starter
(@saminareza)
Active Member
Joined: 6 years ago

I want it to look like this:

Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

This problem doesn't have direct relation to wpForo. This is your theme issue. The page you use for forum doesn't have full width. First please edit this page and change Page Templates, if there is a Full Width template please select it.

Then remove the custom CSS code you've added. These code should be removed:

#wpforo #wpforo-wrap .wpforo-content {
width: 100%;
}
#wpforo #wpforo-wrap .wpforo-right-sidebar {
width: 100%;
}

If you don't have full width page template you should use this CSS code:

body.wpforo .col-sm-12.col-md-8{ width: 100%; }

Don't forget, delete all caches and do Ctrl+F5 on front-end.

Page 1 / 3