Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Avada › Forums › Community Forum › Menu Dropdown Line Height
Tagged: menu, dropdown, line-height
I’ve used this code to reduce the line height of the dropdown menu items:
#menu-item-42 a {
line-height: 40px !important;
}
#menu-item-41 a {
line-height: 40px !important;
}
However, it is not working when it is in sticky header mode… does anyone have any advice to share?
Thank you!