Menu text not centered vertically

Trying out your theme here: http://macbethscabins.net/ and as you’ll see the menu text links aren’t centered vertically (they’re closer to the bottom of the menu bar).

Those are your custom code modification that have made it to look like that.

You can vertically center these items again by adding this code to Theme Options - Other - Custom CSS

#main-nav a {
    padding: 4px 12px 0 10px;
}

I didn’t add or modify any code actually. Just installed the theme, added a page, 2 posts and a slider pic. So I’m not sure what caused it. But your CSS worked. Thanks for the reply!