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!!!!
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.
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:
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.