Theme Twenty Seventeen – Make Margins Smaller So That Text is Wider

From the screenshot, at the bottom of the left menu, there is ‘Additional CSS’, add this code there. Then hit publish.

@media screen and (min-width: 48em){
 body.page-two-column:not(.archive) #primary .entry-content {
    width: 75%;
}
}