• Resolved lenschith

    (@lenschith)


    Hello Tom,

    I would like to put some pixel for space between the Mainmenu and the Submenus. But I can’t find a setting.

    Space between the menus for shadow feature, now the shadow overlaps the highlighted Menupoint with boarder.

    Can you help me?
    Thx.

    Lenschi

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Lenschi,

    At the moment you have the top level menu item padding set to 5px 5px 28px 5px. First remove the top and bottom padding for that (set it back to 0px).

    Then set the Menu Height to 50px. This is what will “push” the sub menus down lower.

    Then in your custom CSS you’ll need to add the following 2 lines to the css you have that applies the orange border to your active menu item:

    height: 27px;
    line-height: 27px;

    Regards,
    Tom

    Thread Starter lenschith

    (@lenschith)

    Hello Tom,

    It’s perfect.
    Thanks.

    Regards
    Lenschi

    Thread Starter lenschith

    (@lenschith)

    Hello Tom,

    but, if a menu point active the distance is a other and go back to 0px.
    Can you have a look.

    Thanks
    Lenschi

    Plugin Author megamenu

    (@megamenu)

    Hi Lenschi,

    Ok, looks like we’ll need to try something else. Normally you’re not ‘allowed’ a gap between the menu items and sub menu, but as you have the event set to “click” we should be able to get away with it.

    Please remove the height and line height from your custom CSS, then set the menu height back to 27px. Then try this custom CSS:

    
    #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] > li.mega-menu-item > ul.mega-sub-menu {
      margin-top: 20px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
      margin-top: 10px !important;
    }

    Regards,
    Tom

    Thread Starter lenschith

    (@lenschith)

    Hello Tom,

    Perfect, it works. Hover Intent to.

    Best Regards,

    Lenschi

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Space between Menu and Submenu’ is closed to new replies.