Hi !
I posted a question same like this on 7-22-2011, 'Subject : Adjusting DD Mega Menu and the second menu absolute positions'. I have an answer but not complete one. You can change the value of that indicated in red in line 62 of ddmegamenu.js file
Code:
$wrapper.css({visibility:'visible', left:offset.left-(orienttoleft? $wrapper.outerWidth()-$anchor.outerWidth()-ddmegamenu.wrapperoffset[0] : 0),
negative value takes the menu to right and positive value takes to left. The second menu moves along with it. And you can probably adjust the height by adjusting the line-height of the item of link. I couldn't find the code in the file to directly adjust the height.
I hope it could be helpful to you.
Bookmarks