Home Forums WoodMart support forum reduce padding in-between extra menu lists on mega menu

reduce padding in-between extra menu lists on mega menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #272191

    HEADS AND TAILS
    Participant

    hi there

    thankyou for your help so far. how do I reduce the padding between each extra menu list in my mega menu (html block) please? currently there is a large gap/wasted space between each line. there is no ‘design options’ tab within each extra menu list element so I don’t know how to change it. is it css? if so could I have the code please?

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .mega-menu-list>li>a, .menu-mega-dropdown .sub-menu>li>a {
        margin-bottom: -20px;
        margin-top: -20px;
    }

    Regards.
    Xtemos Studios

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