Thanks for the reactions!
I did change the original sizes to 1014 x 180 now.
It’s about the only size that will display it correctly in Google Chrome.
Still,
The other browsers don’t display it correctly.
I found this in the css:
.themonic-logo {
padding: 17px;
float:left;
margin:10px 0;
}
and this:
/* Logo responsiveness in case of big logos */
.themonic-logo img {
max-width: 100%;
and the last piece:
.themonic-logo {
float: none;
margin: 0 0 10px;
Could it be of any use? (Note, I know basically nothing about coding etc.)