Submenu width for menu number 3 from primary menu have a large with then it impossible to read and see very well title of submenu
conf: http://crefsco.net/?q=node/2

thank

Comments

Deepika.chavan’s picture

Hi ,

1. Create one custom css file in /css directory say 'local.css'.
2. Add following line of code in marinelli.info file after stylesheets[print][] = css/print/print.css line of code.

stylesheets[all][] = css/local.css

Try adding following css in local.css file:

#navigation-primary li:hover .alt, #navigation-primary li .mega.open.alt {
  left:0;
  right:0;
}

.four-col, two-col {
  width: 25em;
}

3. Please clear cached data (here - admin/config/development/performance).

I hope it helps! :)

Rgrds,

Deepika Chavan.

zekeriye’s picture

Version: 7.x-3.0-beta9 » 7.x-3.0-beta11

This css file solve my problem. But only works class (alt) menu setting is 2 or 4 (as css definetion)
Thanks.

Lioz’s picture

Status: Active » Closed (won't fix)

this bug won't fix since megamenu is not supposed to work this way, please read the theme configuration book page

http://drupal.org/node/1000286

tillicum’s picture

Assigned: joseph samuel » Unassigned
Status: Closed (won't fix) » Needs work

Hi,

So, what is the solution then? Do we have to live with the long width sub menu? Thanks.