Control space between Menu items made with HTML Block
-
How can i reduce the space in between menu list item. I have created a menu using html block.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. Please try and add the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.mega-menu-list .sub-sub-menu li a, .menu-mega-dropdown .sub-sub-menu li a {
padding-bottom: 0;
}
If you are unable then provide the URL of the website to check it myself and help you out accordingly.
Best Regards.