Thank you! That WORKED! You’re amazing, it’s been driving me crazy.
Any suggestions on how to make the menu narrower (shorter)? I tried changing the padding in CSS but that didn’t work, so I’m guessing I put in the wrong element.
I used:
.main-navigation li {
padding-top: .3em;
padding-bottom: .3em;
}
and:
nav#site-navigation {
padding-top: 0em;
padding-bottom: 0em;
}