There are 2 different types of layouts, here are the classes that switch them:
- sidebar-layout
- default-layout
You can also insert a sidebar inside your blog. To do this, give the .isotope-grid-wrapper element the .sidebar-layout class, and then insert the sidebar inside this element:
<div class="sidebar-wrapper"> <div class="sidebar vertical-sidebar sidebar-sticky"> </div> </div>