Top

Sidebar Type


Sidebar layouts that can be implemented with just a options change to "page-wrapper" ! Please refer the below details

Vertical sidebar layout

Our default template layout is Vertical sidebar

For the vertical layout, you need to use compact-wrapper material-icon class with page-wrapper

<div class="page-wrapper compact-sidebar compact-small material-icon" id="pageWrapper">
</div>

Horizontal sidebar layout

For the horizontal layout, you need to change compact-sidebar compact-small to horizontal-wrapper class

we are provide code structure for the horizontal menu

<div class="page-wrapper horizontal-wrapper">
</div>