Ok, we have figured out the issue. We are not using social icons in the header and in Chrome, this displays just fine, but in chrome, #top-social somehow still pushes the logo and menu to the right.
We simply added a CSS rule to get around this issue:
COPY CODE
#top-social{
display: none;
}