For the life of me I cannot get the logo & main menu to line up (vertically centered). What’s the “trick” that I’m missing? See http://www.raleigh-web.com/
Hi, add this somewhere to your CSS:
#header .logo { margin-top: 10px; }
Thank you OriginalEXE, that did it! I really appreciate it.