saguaros thanks. I'm not sure what to do there reasonably though.
It uses some $modlayouts = $params->get('mod-layouts');
parameters to set this. What is this parameter? Where can it be changed?
I could remove
if (!$modlayouts) {
$firstCol = 4;
$secondCol = 8;
}
to always set 12s, but not sure if that will mess something random up, so I'd rather do it through the parameter.