Hi Toolie,
You can add the following code to the Tools > Custom CSS:
@media (min-width: 576px){
.container {
max-width: 540px;
}
}
@media (min-width: 768px){
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
Send me the admin account and a screenshot of the page that you want to change, if you still face this issue.