.genesis-nav-menu a {
color: #fff;
display: block;
font-size: 13px;
font-weight: 300;
letter-spacing: 2px;
padding: 30px 15px;
text-transform: uppercase;
}
In the code you are using 30 px bottom padding which is resulting in extra space.
If you could make it 7 px padding for bottom, then it would work fine.
Thank you ??
]]>I’ve changed the padding form 30px to 7px like below but still the same..Shall i do anything else ?
.genesis-nav-menu a {
color: #fff;
display: block;
font-size: 13px;
font-weight: 300;
letter-spacing: 2px;
padding: 7px 15px;
text-transform: uppercase;
}
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
color: #fa5738;
}
.site-header.light .genesis-nav-menu a {
/*padding: 30px 15px;*/