THANKS!!! That did fix it. I thought I had made that change before, but must somehow have not saved it. I kept adding padding until the space on the right-hand side also went away. I ended up with:
@media screen and (min-width: 1060px) {
#header-menu ul.menu li { float: left; }
#header-menu ul.menu a {
padding-left: 71px;
padding-right: 71px;
}
}
Obviously if we need to add tabs or change text in the menu, that padding will have to be changed. But other than that, is there any problem you see with the larger padding number that I used over what you had?
Thanks again for all the help.