Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #375430

    http://pelyonprojects.com/

    Hi There, Happy New Year!

    I much prefer the megamenu even for a simple menus, however the dropdown is to wide. How would you suggest tightening the dropdown, making all the menu item divs less wide?

    Thanks much!

    #375567

    Hi Pelyon!

    Happy new year! :)
    Please add following code to Quick CSS and adjust as needed

    #header .six.units {
    width: 440px;
    }

    Regards,
    Yigit

    #375823

    Hi Yigit,

    Thanks for the suggestion, but it had no effect on my issue. I don’t believe I have any other CSS that would conflict. I tried 10 to 1000 px adjustment and the submenu divs were the same width. Any other suggestions? Thanks!!

    -Pelyon

    #375982

    Hi!

    yigit’s code is working for me, but try to add an !important:

    #header .six.units {
    width: 267px !important;
    }
    

    Clear browser cache afterwards.

    Best regards,
    Andy

    #375996

    Excellent, that did it. BTW, once you log onto the site, you see a 3rd column (logout) in the mega menu, and these divs are too wide as before. Is there another element? e.g .8.units?

    Many, many thanks.

    -Pelyon

    #376922

    Hey!

    if it’s only happening when you login, then we need your login information. Post it here as a private reply and we take a look.

    Regards,
    Andy

    #376957
    This reply has been marked as private.
    #377248

    Hey!

    You can try this:

    #header .nine.units {
    width: 450.5px !important;
    }

    Regards,
    Ismael

    #377390

    Right, that did it Ismael and Yigit and Andy, many thanks.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Mega Menu’ is closed to new replies.