My horizontal navigation bar and footer appear perfectly on my PC, but when I tested it on a Mac, the font seemed to be raised about 30px above its intended position in the navigation bar.
After attempting various CSS resets and adjustments to the line-height, I found a solution that worked on the Mac but caused the font to drop about 30px below its position in the navigation bar on my PC this time.
I came across a suggestion on Stackoverflow to edit the glyph or baseline of the font.
After downloading a font editing program, I noticed that the characters in each square were elevated as if they had a 40px margin below them, but I couldn't figure out how to adjust the baseline height in the program.
Is there a free program available for manipulating fonts that will allow me to make adjustments to the glyph or baseline?
Thank you for your time in helping me solve this issue.