Sidebar Type
Sidebar layouts that can be implemented with just a options change to "page-wrapper"
! Please
refer the below
details
If you want to change layout type for the all pages you have to set localstorage settings
Vertical sidebar layout
Our default template layout is Vertical sidebar
For the vertical layout, you need to use compact-wrapper class with page-wrapper
<div class="compact-wrapper" id="pageWrapper">
</div>
Horizontal sidebar layout
For the vertical layout, you need to use horizontal-wrapper class with page-wrapper
<div class="horizontal-wrapper" id="pageWrapper">
</div>