Box Container

To change the Fixed width Content in the theme change value in "/gulpfile.js".

const box_container = 'true';

To change the Full width Content in the theme change value in "/gulpfile.js".

const box_container = 'false';

Last updated