Thanks for the link.
Line 32 of your style sheet has a value which will shift your linked images by 14px.
Redefine your navigation rule to target only those links/images, not all linked objects
a{
padding: 0 14px; text-align: center;
text-decoration: none;
}
![tmp.jpg]()