using “inspect element” – i see that the menu element is a UL with id=”menu-navigation” class=”menu” – you might try reducing the Line-Height of that ID
i tried this in Inspect Element –
div.menu ul {
line-height: 5px;
}
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Reduce menu height’ is closed to new replies.