Layouts
We have provided a bunch of page layouts and menu layouts that can be implemented with just a options
change to
"page-wrapper"
! Please refer the below details.
If you want to change the layout type for all pages you have to write the following
$(".vertical-setting").click(function () {
$(".page-wrapper").addClass("compact-wrapper");
});
find customizer.js
file and change above class compact-wrapper
How to use other layouts?
Add particular class for each layout in above js and it's changed all pages
Below class needs to be added with page-wrapper
class when you want to add
particular
layout

class ="compact-wrapper"

class ="horizontal-sidebar"