Hi
It seems a small CSS bug only on retina screen…
Try to add the following CSS 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:139px 40px;}
}
If it still can’t fix the issue, please post your wordpress login information here with private reply, I can check it in my way.
Thanks!