Hi @Pipkin, Thomas ,
Currently, Full Width Column only supported for Communication Site, please see the same userVoice here:
Full-Width Column Webpart available to Team Site Template
A workaround is to create a SPFX Extension to inject the css below:
[id='spLeftNav'] {
max-width: 0px !important;
}
[class^='CanvasSection']
{
margin-left:450px;
}
You may need to edit the CSS margin-left or add some other necessary style to adjust in your side.
For inject CSS Style with SPFX Extension, please check the following demo:
Inject Custom CSS on SharePoint Modern Pages using SPFx Extensions
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.