Hi,
Sorry, the website is behind a firewall.
We have a module set for "Registered" users on all pages. When not logged in, we assumed that the page would go full-width. There is a space (sidebar-1) next to the rendered component view. We can see in /templates/ja_platon/tpls/blocks/mainbody.php the following:
// positions configuration
$sidebar1 = 'sidebar-1';
$sidebar2 = 'sidebar-2';
$sidebar1 = $this->countModules($sidebar1) ? $sidebar1 : false;
$sidebar2 = $this->countModules($sidebar2) ? $sidebar2 : false;
Is there anything else we might be missing?
Kind regards,
Noel (Noxidsoft)