Hello Ellen,
However we don’t have left right sidebar options for posts. You can check other different options inside the customizer>>Blog Settings>> Blog Layout.
Thank you for your response, I haven’t been able to get back to this in a while. I’m wondering if there is a way to display the single post pages as full width? In the Sleeky theme it seems like there is only one layout (right side-bar) with no option to change it. In customize>>Blog Settings>> Blog Layout that only changes the main blog page with all articles. I want to change the individual post.
if you want to have a full width single post you need to customize single.php file preferably on child theme.
For reference;
Change the column width of the main content for instance col-md-8 to col-md-12
Simply comment out or remove the sidebar section along with get_sidebar(”)