Hoi Dick
what is "Shaper Pro 365" ??? we don't have such a product, but we have "News365". Next time please use correct names otherwise our support team would be confused. Thx.
Default container from template is
@media only screen and (min-width: 1400px) {
.sppb-container, .container, body .sppb-row-container {
width: 1335px;
max-width: 1335px;
}
}
If you want to use different width, make override using Custom CSS, and there use "!important" to make your rule stronger !! max-width: 1335px !important; but you probably know that trick as webmaster.