Try to add the following additional CSS for the retina device into “OldCar options > Custom code> CSS code”
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
.responsive-logo {background-size:140px 40px;}
}
If the problem still can’t be fixed, please post your wordpress login information with private reply, I will check the php code.
Thanks