For Single Posts:
You have to set as no-sidebar layout for each post for now.
OR remove sidebar by custom CSS(“Appearance > Customize: Additional CSS”):
body.single #sidebar-widget {display:none;}
body.single #content_wrap {width:100%;}
For Pages:
There is no sidebar layout option. It is fullwidth layout by default.
For Archive pages:
There is no sidebar layout option. It is right sidebar layout by default. The sidebar could be removed by custom CSS:
body.archive #sidebar-widget {display:none;}
body.archive #content_wrap {width:100%;}