how to custom a sub menu (more wide), so I can accommodate seven words in a single row.
Thank you All.
if (isset($this->items[$pid]) && $level && !$this->items[$pid]->gkparams->get('group')) {
$colw = 200;
$style = $colw?" style=\"width: {$colw}px;\"":"";
$data .= "<div class=\"gkcol ".($pos?" $pos":"")."\"$style>";
}
$colw = 200;
for ($col = 0; $col < $cols; $col++) $width += 200;