davwheat xasharma It's a known issue caused by adding things to your header. You can either remove some links, or add some custom CSS to work around it.
xasharma Justoverclock wow! Flarum.it has a good width size. Can I please get custom CSS code ... I tried to copy from other discussions but it was only for the header.
[deleted] xasharma If you don't want it to apply to mobile, you can change the CSS so it looks like this @media (min-width: 768px) { .container { width: 70%; } }