Home Forums WoodMart support forum Reduce space between table rows

Reduce space between table rows

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

    BertranddesmetsWM
    Participant

    Hi,

    I have been trying to reduce the space between table rows in the footer area (see screenshot) but I cannot find the proper way.

    I already reduced the space in the past with your help but for HLTM block menus with this code:
    .mega-menu-list .sub-sub-menu li a, .menu-mega-dropdown .sub-sub-menu li a {
    padding: 7px 0;
    }

    Note : I would love the padding to be the same as for block menus if possible of course.

    Thanks for your help!
    regards,
    Bertrand

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

    Hello,

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

    body .widget li {
        margin-bottom: 0;
    }

    Best Regards

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