Reduce space between table rows
-
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.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .widget li {
margin-bottom: 0;
}
Best Regards