I am using this theme and have somewhat figured out how to use the GK Extra Menu to add modules to a menu. For testing, I created 3 modules to pull into one of the menus. The issue is the 200 pixel width for submenu items. All 3 modules stacked on top of each other. I found a way, via these forums, to change that width using CSS. The 1st way I tried was directly in the GKMenu.php file. This allowed the width to be larger, but the columns overlapped. I found another method by setting the width in my overide.css file. This method resulted in the following.

What I want is 3 columns like I have here, but have them line up right.
Any suggestions?