Home Forums WoodMart support forum Space between sub menu line

Space between sub menu line

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

    erboristeriaerbetue
    Participant

    How can I decrease white space between sub menu lines as you can see in attached file?

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .menu-main-navigation-container .menu-mega-dropdown .sub-menu>li {
        margin-bottom: 5px;
    }

    Best Regards

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