Like some others here, I want to widen the dropdown menu. It looks to be set at 200px and I have some submenu items that wrap and i dont want this.
Where can we control the width of the dropdown? and what about the span of the menu items themselves?
div#gkDropSub > ul > li > ul,
div#gkDropSub > ul > li > ul ul { position: absolute; left: -999em; width: 200px; z-index: 999; }
div#gkDropSub > ul > li li span {}