This topic has 4 replies, 3 voices, and was last updated 5 years, 5 months ago ago by Olga Barlow
Hi there. I would like to modify spacing between items at dropdown menu. I want to lower the height of that spacing by half.
Hello,
You can add CSS code in Theme Options > Custom CSS, for example:
.item-design-dropdown .nav-sublist-dropdown {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.item-design-dropdown .nav-sublist-dropdown ul>li>a {
padding: .3em .9em;
}
Regards
thank you
Hello,
You are welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up