Hello,
how is the Custom inner inset width handled in the template configuration (layouts section) ?
I tried use the menu item id or the k2 category item id and it doesnt change.
How is the itemID / Option used ?
Best,
Pablo.
Custom sidebar width :
Option com_k2 - 40%
$this->config->set('sidebar_width_override', $this->utilities->overrideArrayParse($this->API->get('sidebar_width_for_pages', '')));
$this->config->set('inner_inset_width_override', $this->utilities->overrideArrayParse($this->API->get('inner_inset_width_for_pages', '')));