Please leave your forum URL, we need debug the CSS to be able help you.
Thread Starter
wxam
(@wxam)
the forum url is https://realmsofdarkness.nl/forum/
This is the correct Url for the forum right?
You should edit the forum page and check if this theme has full width template. You should not use sidebars.
In any case if you want to keep this… Try the CSS code above, put it in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches and do Ctrl+F5 on front-end:
body.wpforo #primary .entry-header {
float: none!important;
width: 100%!important;
}
body.wpforo #primary .entry-content {
float: none!important;
width: 100%!important;
}
#wpforo-wrap {
width: 100%!important;
padding: 10px 0px!important;
}
BTW, please remove the 120% of wpfor-wrap width CSS. I see it in your customization code.
Please navigate to Dashboard > Forums > Settings and make sure the Forum base URL is /forum/ not /Forum/ . I see the URL is set incorrectly and links don’t work.
Also make sure the main forum page with /forum/ slug exists in Dashboard > pages admin page. This page should contain [wpforo] shortcode. If you don’t have such page your forum will not work.
Thread Starter
wxam
(@wxam)
Ohh yeah Thanks didn’t even see that