Hi There,
It is not possible, but you can add the follow code on Appereance > customizer > custom > CSS in order to have a similar effect.
.single-post .x-main.left {
width: 100%;
max-width: none;
}
.single-post aside.x-sidebar.right {
display: none;
}
.single-post .entry-content {
padding: 0 !important;
}
.single-post .entry-wrap .x-container.max {
min-width: 100%;
width: 100%;
}
.single-post .p-meta {
display: none;
}
Hope that helps
Joao