Hi there!
Thanks for your query.
If you are not using any left/right sidebar, then you can use the following code in your custom CSS:
.view-article #sp-main-body .container {
max-width: 1100px;
}
This will give you your desired width!
Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.
Note: Path towards custom CSS(Joomla 4): System > Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.
Best Regards