Hi there, on Singl, the following will allow you to adjust the width of the content area, which is set at 720px originally.
.page-header, .page-content, .hentry, .entry-thumbnail {
width: 720px;
}
If you have not yet done so, I would suggest creating a child theme so that any customizations you make will not be overwritten by a future theme update. Alternately you can use the Edit CSS function in the Jetpack plugin, or use one of the other Custom CSS plugins that will keep CSS changes from being overwritten.
Child Themes
Child Theme creation plugins
Jetpack plugin
Custom CSS plugins