mario996 Hi
I had not been using IE due to compatibility issues on Mac and no upgrades in as much as modern browsers so unable to replicate the issue 🙂
You can try some tips outlined here and try add this code in custom.css file
logo a {
display: inline-block;
line-height: 1;
margin: 0;
float: left;
}
and change display:inline-block to display:block !important; along with trying with other code snippets as outlined in the link outlined above
Hope it helps