This topic has 2 replies, 2 voices, and was last updated 4 years, 4 months ago ago by Olga Barlow
Can you guide me to reduce the space between the All departments dropdown menu list?
https://gyazo.com/4f9e01c5b855a2982ccdbfe988d4d71a
Thanks,
Hello,
Add the below code to Theme Options > Custom CSS
.secondary-menu-wrapper .menu > li > a {
padding-bottom: 5px;
padding-top: 5px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up