I've attached a picture of what I'm seeing. Am I missing something simple? Is there a way to fine-tune the mega menu in the administrative links?

I appreciate your help.

CommentFileSizeAuthor
#6 Mega Menu Problem.jpg116.79 KBmoosie
megamenu-issue.png24.96 KBshinz83

Comments

Lioz’s picture

Hi, can you post a screenshot of your menu configuration?

shinz83’s picture

The issue I was having was resolved by reading the Mega Menu information posted at http://drupal.org/node/1000286

Thanks for your response.

shinz83’s picture

Status: Active » Closed (fixed)
avoura’s picture

How did you resolve it from that information? I am having the exact same problem but cannot figure out what to do from reading that page. If you managed to resolve the problem, at least specify just what you did (other than read a page about it) to get it fixed, as I really would like to know (and maybe others do too).

avoura’s picture

I eventually found the answer on another page on drupal.org ( http://drupal.org/node/1268794 ), which is to edit the file primary-links.css
in the .mega section add these 2 lines:

white-space: nowrap;
width: auto;

I did this and it solved the problem

moosie’s picture

StatusFileSize
new116.79 KB

Hi tried editing the primary-links.css in the .mega section also with :

white-space:nowrap;
	width:auto;

And all it did was allow six 2nd-level items. If I add any more than 6, the panel turns into a long skinny column and doesn't display properly. Any other suggestions please.