I'm trying to change megamenu's child menu width ... of the main menu at the top of the layout beside the logo...
I have found an area in templates/elvesocial/template.php where you can control the child menu's background width... but seems like this variable doesn't change navigation text and divider line width... which remain at about 166 pixels.
I found an area in templates/elvesocial/css/menu/mega.css ... where .gk-megamenu ul.level1 .childcontent { margin: -2em 0 0 166px; } ... however ... changing the 166px variable in this class does not seem to effect the menu.
Using DreamWeaver... i did a find and replace search of the entire template/elvesocial directory for 166px ... but found nothing that could help ... I also logged in as administrator and clicked through modules, plugins, menu manager, etc. and do not see where the child menu width can be changed.
Any ideas?