This topic has 3 replies, 2 voices, and was last updated 8 years, 9 months ago by Fem.
Tagged: menu
Font size selection in the menu Styling settings works, but when I try to change the line height, nothing happens. Is there another way to specify line-height in the menu?
Line height for the menu dropdown or the menu first list items?
Line height in dropdown items.
You can add the following code in your css and make changes.
.sf-menu ul li a { line-height: normal; }
You must be logged in to reply to this topic.