I am installing Marinelli theme on Drupal 7.0 and have activated the megamenu feature for the primary menu. All works well EXCEPT that the width of the menu changes with the number of entries in that menu. One menu entry is too narrow for more than about 7-8 characters. Two entries more than doubles the width. Three almost doubles the width again. By five menu entries the dropdown is nearly three times the width of two entries.

I will search through the css files, but I'd appreciate any clues to fix.

CommentFileSizeAuthor
#3 Screen-shot-2012-01-17-at-4.54.jpg108.48 KBatodd
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

seedseller’s picture

Answer (sort of) here: http://drupal.org/node/1026248

Works, but I'd like to see a variable width for each dropdown container that works.

shadekitty’s picture

I've got the same issue and I have no idea why the menus open up wide and skinny instead of one width that can be adjusted from the admin. Adjusting the class just doesn't seem like a good workaround...

atodd’s picture

Version: 7.x-3.0-beta9 » 7.x-3.0-beta11
Priority: Normal » Major
FileSize
108.48 KB

Hello,

I am new to Drupal and have installed and would like to use the Megamenu but it is not working correctly. I have searched and everyone seems to want the opposite that I need! I need the menu to create columns because I have several 2nd level items with several 3rd level items under them. Here is my structure in the Main Menu links manager:

Top Level
---Second Level Item
-----Third Level Item
-----Third Level Item
-----Third Level Item
---Second Level Item
-----Third Level Item
-----Third Level Item
-----Third Level Item
---Etc...

No matter what I do, the menu will not put the links into columns. It stays really narrow and puts links that have two words or more onto multiple lines (see picture). Is there any way to define the number of columns? If anyone can help me I would be greatly appreciative.

timwhelanatl’s picture

I am just getting into megamenu and was looking for something. Found this post.

Try this ...
.megamenu-skin-friendly li.megamenu-slot { width: 200px; }

That will make the drop down wider.
Tim

shinz83’s picture

if issues are still there, check out http://drupal.org/node/1039798

djsagar’s picture

Issue summary: View changes
Status: Active » Reviewed & tested by the community

Hi shinz83,

Thanks for share URL http://drupal.org/node/1039798

This issue resoled by using property in this URL http://drupal.org/node/1039798.