A more quick solution:
Change
.container-fluid {
.container-fixed();
}
to
.container-fluid {
.container;
}
in nodebb-theme-vanilla/less/bootstrap/grid.less
I switched over to grey clouds in my subdomain, same problem. @julian
EDIT: correction. It's working. I'll make some test before close this topic. Thanks!