Hi Frank,
Thanks for using Period!
The following CSS will make the posts full width and hide the sidebar:
.single-post #main {
width: 100%;
float: none;
}
.single-post #sidebar {
display: none;
}
Please copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away.
You can also find layouts like this and more in Period Pro.
Thank you Ben. I had to change #sidebar to #sidebar-primary, and it works perfectly.
Ah good catch! Glad it’s working well for you now.