The theme does not implement custom layout functionality for posts – it only has this feature for pages (via page templates).
To achieve the same result for posts you’d need to create a custom handling template (starting from the default single.php file) based on the template hierarchy and customize it to use the desired layout class and force display the desired sidebars.