Ahh my mistake, it should have been set to full width, but there was some css breaking it. If you edit the theme’s style.css file and remove lines 304-306:
.fw-row > .container-fluid .container:not(.default-width) {
width: 100%;
}
That should sort it.
– Ed