Home Forums WoodMart support forum Reducing space between mega menu dropdown first level

Reducing space between mega menu dropdown first level

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #282733

    BertranddesmetsWM
    Participant

    Hi,

    So far I have been using this to reduce space between elements within the mega menu.

    .mega-menu-list .sub-sub-menu li a, .menu-mega-dropdown .sub-sub-menu li a {
    padding: 5px 0;
    }

    It is working but only between secondary elements. How can I enrich this CSS to reduce space between all elements in a mega menu?

    Screenshot for clarification.
    Regards

    Attachments:
    You must be logged in to view attached files.
    #282940

    Hello,

    Your site cannot be reached now. Please contact us when we can enter.

    Best Regards

    #282967

    BertranddesmetsWM
    Participant

    This is weird. Site is reachable from my end. What about now?

    #283209

    Hello,

    Please provide your site admin access to the private area.

    Perhaps I check the old domain.

    Best Regards

    #283213

    BertranddesmetsWM
    Participant

    Hi,

    There you go.
    this is our testing environment.
    Thanks!

    #283367

    Hello,

    Please replace the code to the Theme Settings > Custom CSS > Global:

    body .wd-dropdown-menu.wd-design-full-width .wd-sub-menu > li {
        margin-bottom: 0px!important;
    }
    body .wd-sub-menu li a {
        padding-top: 0;
        padding-bottom: 0;
    }

    Please check the screen if you want to change the gap: https://gyazo.com/3943afc46cb34133a32b84e6d51caad7

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)