Hi,
You will have to use the following code in your functions.php file:
COPY CODE
function filter_kleo_site_style($site_style){
if(is_page('test')){ // change this to the page slug you need to use boxed style
$site_style = ' page-boxed';
}
return $site_style;
}
add_filter('kleo_site_style', 'filter_kleo_site_style');
Also, in boxed style you probably will want to style some aspects. You can do so from Theme Options > Layout Options, switch your layout settings on “Boxed”, make all afferent settings, and after that change it back to wide.
Hope this helps you.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution