for ($col = 0; $col < $cols; $col++) $width += 200;
wbauer74 wrote:I found it. Who ever else needs this just go into GKMenu.php which is located in lib/menu
- Code: Select all
for ($col = 0; $col < $cols; $col++) $width += 200;
just change 200 to whatever width you need for the sub menu items.