Sorry… it was real late and guess I was not thinking clearly…
Simply using Chrome debugger, was able to find the class name that controls the width of the content. .site-container
Then in Additional CSS settings for the theme, simply overrode the class with a different max width.
.site-container {
max-width: 1100px;
}