marzze
Hi
open file "/tpls/blocks/header.php" in template "ja_social_ii".
Find
if ($headright = $this->countModules('head-search or languageswitcherload or head-menu or head-login ')) {
$logosize = 'col-md-4';
}
replace it with
if ($headright = $this->countModules('head-search or languageswitcherload or head-menu or head-login or off-canvas')) {
$logosize = 'col-md-4';
}
I applied this change and the off-canvas is showing on default layout now.
Regards