@Justoverclock After installing welcomebox, it is messing up with the forum width even though I have put these in the custom css:
//Increased width
@screen-tablet: 768px;
@screen-desktop: 992px;
@screen-desktop-hd: 1100px;
.container {
width: 1200px;
}
So maybe you can give me width code that you're using on flarum.it?